-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #603 from openziti/fix-config-types-on-svc-list
Only send config types on service list if controller version supports it. Fixes #601
- Loading branch information
Showing
7 changed files
with
241 additions
and
249 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# How to release the OpenZiti SDK for Go | ||
|
||
As part of your PR, do the following: | ||
|
||
* Make sure the buildinfo is up to date using: | ||
* `ziti-ci update-sdk-build-info` | ||
* This will update the version number in the code | ||
* Make sure the release notes are up to date using: | ||
* `ziti-ci build-sdk-release-notes` | ||
* This will emit the standard release notes to stdout. The release notes can be copied into the CHANGELOG.md and edited as necessary | ||
|
||
Once your PR is merged and you wish to do a release: | ||
|
||
1. Make sure you're on main and have the latest code | ||
1. `git checkout main` | ||
1. `git pull` | ||
1. Tag the release | ||
1. `git tag -s <version number> -m "Release <version number>"` | ||
1. Push the tag: `git push origin <version number>` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.