Skip to content

Commit 9d4b511

Browse files
committed
updated changelog and readme
1 parent f7661a8 commit 9d4b511

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

CHANGELOG.rst

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,31 @@ commit-msg-jira-hook Change Log
33
.. note::
44
These changes are listed in decreasing version number order and not necessarily chronological.
55
Version numbers follow the `SemVer <https://semver.org/>`__ principle.
6-
See the `tags on this repository <https://github.com/Cielquan/DoTH-DNS/tags>`__ for all available versions.
6+
See the `tags on this repository <https://github.com/Cielquan/commit-msg-jira-hook/tags>`__ for all available versions.
77

88
.. note::
99
Not all commits are linked. Commits are only linked when they match the specific note.
1010

1111
.. _changelog:
1212

1313

14+
.. _changelog_030:
15+
16+
Release 0.3.0
17+
-------------
18+
*Released: 05.03.2020*
19+
20+
- Improved output for missing keys in ini files (`commit <https://github.com/Cielquan/commit-msg-jira-hook/commit/f7661a88d4f6e3483cbc2667f4c502fad248c49a>`__)
21+
- Fixed CHANGELOG.rst
22+
23+
1424
.. _changelog_020:
1525

16-
Release v0.2.0
26+
Release 0.2.0
1727
-------------
1828
*Released: 06.02.2020*
1929

20-
- Split content of jira.ini file into two files (`commit <https://github.com/Cielquan/DoTH-DNS/commit/137a2a9aa3e1b41bc9cc4201bbc22a612d8df0be>`__)
30+
- Split content of jira.ini file into two files (`commit <https://github.com/Cielquan/commit-msg-jira-hook/commit/137a2a9aa3e1b41bc9cc4201bbc22a612d8df0be>`__)
2131

2232

2333
.. _changelog__010:

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Add this to your ``.pre-commit-config.yaml``:
2020
.. code-block:: yaml
2121
2222
- repo: https://github.com/Cielquan/commit-msg-jira-hook
23-
rev: v0.2.0 # Use the ref you want to point at
23+
rev: v0.3.0 # Use the ref you want to point at
2424
hooks:
2525
- id: jira_commit_msg
2626
stages: [commit-msg]

0 commit comments

Comments
 (0)