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

Describe release process #375

Closed
pavolloffay opened this issue Sep 4, 2017 · 2 comments
Closed

Describe release process #375

pavolloffay opened this issue Sep 4, 2017 · 2 comments
Assignees

Comments

@pavolloffay
Copy link
Member

Currently, the repository is missing a readme file describing release process.

@yurishkuro
Copy link
Member

The mechanics of the release are simple and easy to describe:

  1. Create a PR "Preparing release X.Y.Z" with an update to CHANGELOG.md, e.g. Preparing release 0.7.0 #351
  2. After the PR is merged, create a Release on GitHub with a tag vX.Y.Z (must have v prefix) and the description copied from the changelog, e.g. v0.7.0
  3. The tag will trigger a build of the docker images
  4. Once the images are available on DockerHub, announce the release on the mailing list, gitter, and twitter

However, we don't have a formal process of deciding on the releases.

@pavolloffay
Copy link
Member Author

A readme file with this would be good. Do we also plan to use other distribution channels? Like upload binaries to github releases? It might be useful for all-in-one. Users would just curl the binary and run it.

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

2 participants