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

Changelog generation #41

Merged
merged 3 commits into from
Aug 19, 2016
Merged

Changelog generation #41

merged 3 commits into from
Aug 19, 2016

Conversation

dignifiedquire
Copy link
Member

@dignifiedquire dignifiedquire commented Aug 4, 2016

As discussed in #30 this adds the first round of functionality to aegir-release to give us a base level of things.

  • Generate CHANGELOG.md based on git log following the proposed commit message convention
  • Generate a github release on the same basics
  • The ability to skip this process by using --no-changelog

@dignifiedquire dignifiedquire added the status/in-progress In progress label Aug 4, 2016
6. Commit the version change & `CHANGELOG.md`
7. Create a git tag
8. Run `git push` to `upstream/master`
9. Publish a release to Github releases (if `GH_TOKEN` is available)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If it is not, will it fail silently?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No it will tell you with a log message

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants