-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #161 from bird-house/changes
add changes history to repo and tool to update new releases ### Changes - Add `bump2version` configuration to allow self-update of files that refer to new version releases and apply update of features listed in this changelog. - Add `CHANGES.md` file with all previous version details extracted for PR merge commit messages. - Add listing of change history to generated documentation on [bird-house/birdhouse-deploy ReadTheDocs](https://birdhouse-deploy.readthedocs.io/en/latest/). - Update `CONTRIBUTING.rst` file to include note about updating the new changelog for future PR. ### Fixes - Fixes #157 ### Notes - daccs-iac test `esgf-dap` is failing, but unrelated reason to these changes (affects docs only, which are properly updated on ReadTheDocs) (see test results: http://daccs-jenkins.crim.ca/job/PAVICS-e2e-workflow-tests/job/master/483/console)
- Loading branch information
Showing
10 changed files
with
2,287 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
[bumpversion] | ||
current_version = 1.13.10 | ||
commit = True | ||
tag = False | ||
tag_name = {new_version} | ||
|
||
[bumpversion:file:CHANGES.md] | ||
search = | ||
[Unreleased](https://github.com/bird-house/birdhouse-deploy/tree/master) (latest) | ||
------------------------------------------------------------------------------------------------------------------ | ||
replace = | ||
[Unreleased](https://github.com/bird-house/birdhouse-deploy/tree/master) (latest) | ||
------------------------------------------------------------------------------------------------------------------ | ||
|
||
[//]: # (list changes here, using '-' for each new entry, remove this when items are added) | ||
|
||
[{new_version}](https://github.com/bird-house/birdhouse-deploy/tree/{new_version}) ({now:%Y-%m-%d}) | ||
------------------------------------------------------------------------------------------------------------------ | ||
|
||
[bumpversion:file:README.rst] | ||
search = {current_version} | ||
replace = {new_version} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# extra requirements specifically for documentation purposes | ||
m2r2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
.. mdinclude:: ../../CHANGES.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters