Merge lp://staging/~sinzui/juju-release-tools/release-note-templates into lp://staging/juju-release-tools
Proposed by
Curtis Hovey
Status: | Merged |
---|---|
Merged at revision: | 175 |
Proposed branch: | lp://staging/~sinzui/juju-release-tools/release-note-templates |
Merge into: | lp://staging/juju-release-tools |
Diff against target: |
345 lines (+133/-83) 2 files modified
make_release_notes.py (+101/-49) tests/test_make_release_notes.py (+32/-34) |
To merge this branch: | bzr merge lp://staging/~sinzui/juju-release-tools/release-note-templates |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Aaron Bentley (community) | Approve | ||
Review via email: mp+255374@code.staging.launchpad.net |
Description of the change
Support devel and proposed release notes.
The release notes logic supported the original devel and stable releases in a "released" stream. This branch updates the script to make devel and proposed release notes. I use two different templates to avoid convoluted logic about when to include sentences.
I also updated the templates to be markdown. I added a default release date for proposed release notes.
The proposed release notes will be edited on the day of the final release to remove the proposed language.
To post a comment you must log in.
Thanks. This looks like it will make releasing easier and more robust.