Skip to content

Commit

Permalink
Merge pull request #45 from open-component-model/release-v041
Browse files Browse the repository at this point in the history
feat: add release for v0.4.1
  • Loading branch information
phoban01 authored Jun 8, 2023
2 parents e185b91 + 023090b commit 5832c70
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/release_notes/v0.4.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Release 0.4.1

- feat: create branch protection rules for gitea (#44)
- feat: create a status check and store the generated pr id (#43)
- feat: create branch protection rules for github (#42)
2 changes: 1 addition & 1 deletion pkg/version/release.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
package version

// ReleaseVersion is the version number in semver format "vX.Y.Z", prefixed with "v".
var ReleaseVersion = "v0.4.0"
var ReleaseVersion = "v0.4.1"

// ReleaseCandidate is the release candidate ID in format "rc.X", which will be appended to the release version.
var ReleaseCandidate = "rc.1"

0 comments on commit 5832c70

Please sign in to comment.