Skip to content

Commit

Permalink
Fix a bug in RELEASING tag (#1032)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuwenma authored Mar 10, 2023
1 parent caf332f commit 3352632
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ kpt-functions-catalog repo.
failing on the master, we need to fix it before doing a release.
1. Go to the [releases pages] in your browser.
1. Click `Draft a new release` to create a new release for a function. The tag
version format should be `{language}/{function-name}/{semver}`. e.g.
`go/set-namespace/v1.2.3` and `ts/kubeval/v2.3.4`. The release name should be
version format should be `functions/{language}/{function-name}/{semver}`. e.g.
`functions/go/set-namespace/v1.2.3` and `functions/ts/kubeval/v2.3.4`. The release name should be
`{funtion-name} {semver}`. The release notes for this function should be in
the body.
1. Click `Publish release` button.
Expand Down

0 comments on commit 3352632

Please sign in to comment.