-
-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rework release preparation tasks #44
Merged
Merged
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
8e9722d
Rework release preparation tasks
smortex 2c00fc7
Improve operation description in the README
smortex c25dc2a
Simplify writting updated CHANGELOG.md
smortex 4360026
Remove `release:porcelain:reference` wrapper
smortex 402c53c
Do not depend on github_changelog_generator
smortex 4c5e959
Allow customization of the module organization
smortex 65050cc
Prefer String#match? over the =~ operator
smortex 418dc92
Minimize location where we catch exceptions
smortex d8b6ecf
Inline the whore CHANGELOG generation code
smortex 02304b0
Add hints for creating a release branch
smortex a7dcdac
Allow to customize GCG future_release tag label
smortex 9bdfcb7
Allow customization of the project name
smortex 8bf1050
Symplify the task that generate the changelog
smortex 42d1db7
Various Rakefile improvements
smortex 5f3864d
Move the GCGConfig class to the top level
smortex b432f7c
Factorize namespaces nesting
smortex 56ea109
Lazy load puppet_blacksmith
smortex File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it possible for the task to create a new branch and create the commit with a standardised commit message? I'd like to see
Release x.x.x
used consistently.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/me feels like it is too much 😄
Would we can just adjust the message and suggest things:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I had this as local changes in my working directory, so I added a commit with it while rebasing.