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

prepare release command #72

Open
JonasJurczok opened this issue Mar 15, 2019 · 0 comments
Open

prepare release command #72

JonasJurczok opened this issue Mar 15, 2019 · 0 comments

Comments

@JonasJurczok
Copy link
Owner

To generate all info needed for a release this command should do the following:

  • collect changes from the changelog (last tag -> now)
  • create changelog entry
  • changelog entry should follow a simple syntax to distinguish bugfixes from features and breaking changes
  • bump mod version accordingly

workflow:

  • work on feature branches and merge to master
  • locally create new branch
  • run faketorio prepare-release
  • commit, PR, merge
  • build release

simple workflow:

  • work on feature branch
  • when work finished run prepare release
  • include changelog and info.json changes in the PR
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

No branches or pull requests

1 participant