Skip to content

Commit

Permalink
Drop prerelease flag in go releaser (#368)
Browse files Browse the repository at this point in the history
* added knative 1.x tags format support to release workflow yaml

* removing go releaser pre release flag

* removed comment regarding pre release option after completing the release
  • Loading branch information
gabo1208 committed Feb 4, 2022
1 parent ca553bf commit abcb2be
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ changelog:
- '^test:'
release:
draft: false
prerelease: true
prerelease: false
name_template: "Release {{ .Tag }}"
1 change: 0 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ git push origin knative-v1.0.0

**Notes:**
- To trigger the release workflow you cannot push more than 2 tags at a time.
- After this process finishes, go to the [Release Section](https://github.com/vmware-tanzu/sources-for-knative/releases), edit the latest release and deselect the `this is a pre-release` option.

## Release Notes

Expand Down

0 comments on commit abcb2be

Please sign in to comment.