You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Generate release notes from last MINOR release tag, crediting each author per commit.
git log `git describe --abbrev=0 --tags`.. --pretty=format:"* %s - @%an"# Generate release notes from last MINOR release tag, rollup commits to each author
git shortlog `git describe --abbrev=0 --tags`..
Goal
Easily create tagged release with a release branch off master.
Expected Behavior
When a release has been tested, QA'ed and ready for launch:
Considerations
Creation of git tags, see https://github.com/0xadada/dockdj/blob/master/bin/deploy#L86
Tasks
List all of the subtasks that will contribute to completion of this issue. Once
all subtasks are complete, that will indicate the issue is "done".
The text was updated successfully, but these errors were encountered: