Skip to content

Commit

Permalink
docs: update url for commit guidelinesThe guidelines can now be found…
Browse files Browse the repository at this point in the history
… in theDEVELOPERS.md in angular.
  • Loading branch information
kmpm authored and relekang committed Feb 8, 2019
1 parent c5dbbc9 commit 90c1b21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.rst
Expand Up @@ -21,7 +21,7 @@ to adhere to the `angular commit guidelines`_. If you are unsure how to describe
Just try and ask in your pr, or ask on gitter. If we think it should be something else or there is a
pull-request without tags we will help out in adding or changing them.

.. _angular commit guidelines: https://github.com/angular/angular.js/blob/master/CONTRIBUTING.md#commit
.. _angular commit guidelines: https://github.com/angular/angular.js/blob/master/DEVELOPERS.md#commits

Releases
~~~~~~~~
Expand Down
4 changes: 2 additions & 2 deletions docs/commit-log-parsing.rst
Expand Up @@ -17,7 +17,7 @@ The commit message style is as follows::
<footer>

More information about the Angular commit message style can be found in the
`angular contributing guide`_.
`angular commit guidelines`_.

Writing your own parser
~~~~~~~~~~~~~~~~~~~~~~~
Expand All @@ -40,4 +40,4 @@ to parse it then it should raise :py:class:`semantic_release.UnknownCommitMessag

The parser can be set with the ``commit_parser`` configuration option. See :ref:`configuration`.

.. _angular contributing guide: https://github.com/angular/angular.js/blob/master/CONTRIBUTING.md#commit
.. _angular commit guidelines: https://github.com/angular/angular.js/blob/master/DEVELOPERS.md#commits

0 comments on commit 90c1b21

Please sign in to comment.