Skip to content

How to release a new version

Stanislas Michalak edited this page Jul 21, 2018 · 2 revisions

Here are the steps to follow to release a new Pop version:

  • If you don't already have one, generate a new Github token, with repo rights: https://github.com/settings/tokens
  • Make sure docker is installed and working.
  • Edit soda/cmd/version.go, change the value of Version to the new version.
  • Commit.
  • Run:
$ GITHUB_TOKEN=myGitHubToken grift release
  • Check everything goes right.
Clone this wiki locally