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

Setup release scripts #59

Closed
nicolaferraro opened this issue Sep 13, 2018 · 0 comments
Closed

Setup release scripts #59

nicolaferraro opened this issue Sep 13, 2018 · 0 comments

Comments

@nicolaferraro
Copy link
Member

We should add a release command that:

  • Sets a stable version in the source code (no SNAPSHOT)
  • Compiles the code
  • Builds the operator image
  • Pushes the operator image to Docker hub
  • Run integration tests (connected to Openshift)
  • Commits and pushes changes in a branch, then tags
  • Cross compiles to get binary for multiple arch/OS
  • Add entries in the release page
  • Switches to a new branch tracking upstream master
  • Increases the version to next SNAPSHOT
  • Compiles the code again
  • Commits and push or open a PR

Maybe some of those steps will be manual at the beginning 😄

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