Skip to content

Commit

Permalink
updated changelog and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Cielquan committed Mar 5, 2020
1 parent f7661a8 commit 9d4b511
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
16 changes: 13 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,31 @@ commit-msg-jira-hook Change Log
.. note::
These changes are listed in decreasing version number order and not necessarily chronological.
Version numbers follow the `SemVer <https://semver.org/>`__ principle.
See the `tags on this repository <https://github.com/Cielquan/DoTH-DNS/tags>`__ for all available versions.
See the `tags on this repository <https://github.com/Cielquan/commit-msg-jira-hook/tags>`__ for all available versions.

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

.. _changelog:


.. _changelog_030:

Release 0.3.0
-------------
*Released: 05.03.2020*

- Improved output for missing keys in ini files (`commit <https://github.com/Cielquan/commit-msg-jira-hook/commit/f7661a88d4f6e3483cbc2667f4c502fad248c49a>`__)
- Fixed CHANGELOG.rst


.. _changelog_020:

Release v0.2.0
Release 0.2.0
-------------
*Released: 06.02.2020*

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


.. _changelog__010:
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Add this to your ``.pre-commit-config.yaml``:
.. code-block:: yaml
- repo: https://github.com/Cielquan/commit-msg-jira-hook
rev: v0.2.0 # Use the ref you want to point at
rev: v0.3.0 # Use the ref you want to point at
hooks:
- id: jira_commit_msg
stages: [commit-msg]
Expand Down

0 comments on commit 9d4b511

Please sign in to comment.