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

Add script to publish release and auto generate CHANGELOG #101

Merged
merged 1 commit into from
Jun 13, 2019

Conversation

PrasadG193
Copy link
Collaborator

@PrasadG193 PrasadG193 commented Jun 10, 2019

ISSUE TYPE
  • Feature Pull Request
SUMMARY

Steps for making release:

  1. Create github access token

  2. Run GITHUB_TOKEN=<TOKEN> ./hack/release.sh
    The ./hack/release.sh script will -

  • update deployment yamls and helm chart
  • generate changelog
  • build and push docker image
  • create and push git tag
  1. Draft release on github UI

Fixes #69

@PrasadG193 PrasadG193 force-pushed the make-release branch 2 times, most recently from c040293 to e3d771e Compare June 10, 2019 09:49
Makefile Outdated Show resolved Hide resolved
@PrasadG193 PrasadG193 merged commit 349c4a0 into kubeshop:develop Jun 13, 2019
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.

Automatically generating changelog for BotKube
2 participants