Skip to content

Commit d26ea73

Browse files
authored
fix: add releaserc (#27)
* fix: add releaserc Signed-off-by: Chris Butler <[email protected]> * fix: pin trustee to sandbox version Signed-off-by: Chris Butler <[email protected]> --------- Signed-off-by: Chris Butler <[email protected]>
1 parent 60c88b0 commit d26ea73

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.releaserc.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
branches:
2+
- main
3+
plugins:
4+
- "@semantic-release/commit-analyzer"
5+
- "@semantic-release/release-notes-generator"
6+
- "@semantic-release/github"
7+
- "@semantic-release/git"

values-simple.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ clusterGroup:
3232
namespace: trustee-operator-system
3333
source: redhat-operators
3434
channel: stable
35+
version: "0.2.0"
3536

3637
cert-manager:
3738
name: openshift-cert-manager-operator

0 commit comments

Comments
 (0)