1
0
mirror of synced 2026-02-06 10:55:56 +00:00

Generate bootstrap docs

This commit is contained in:
stefanprodan
2020-06-18 12:03:49 +03:00
parent d0a79c2b4c
commit badd2a102f
33 changed files with 113 additions and 42 deletions

View File

@@ -2,11 +2,6 @@
To release a new version the following steps should be followed:
1. Create a new branch from `master` i.e. `release-<next semver>`. This
will function as your release preparation branch.
1. Change the `VERSION` value in `cmd/tk/main.go` to that of the
semver release you are going to make. Commit and push your changes.
1. Create a PR for your release branch and get it merged into `master`.
1. Create a `<next semver>` tag for the merge commit in `master` and
1. Create a `<next semver>` tag form `master` and
push it to remote.
1. Confirm CI builds and releases the newly tagged version.