Skip to content
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

Automate Versioning And Release Notes #12

Merged
merged 2 commits into from
Apr 25, 2019
Merged

Automate Versioning And Release Notes #12

merged 2 commits into from
Apr 25, 2019

Conversation

colinalford-gsa
Copy link
Contributor

This PR adds support for gren (github-release-notes) and then combined scripts together to automate versioning and creating new releases.

This script automatically versions each library along with the main package, commits the update and adds a git tag, pushes the tag to github, creates a new release on github with notes, generates a changelog, and commits the changelog to the repo and pushes it to github.

There are no training wheels on this script -- when the script executes, it will make several commits related to updating the version and commiting the change log and push them to the master branch. If a mistake is made, it will require rolling back the commits, deleting the tags, and removing the release.

@colinalford-gsa colinalford-gsa added the enhancement New feature or request label Apr 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants