File tree Expand file tree Collapse file tree 4 files changed +48
-1
lines changed Expand file tree Collapse file tree 4 files changed +48
-1
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "release-type" : " terraform-module" ,
3+ "bump-minor-pre-major" : true ,
4+ "bump-patch-for-minor-pre-major" : true ,
5+ "initial-version" : " 0.1.0" ,
6+ "packages" : {
7+ "terraform-modules/spectrum" : {
8+ "component" : " terraform-module-spectrum"
9+ },
10+ "terraform-modules/k3s" : {
11+ "component" : " terraform-module-k3s"
12+ },
13+ "terraform-modules/talos" : {
14+ "component" : " terraform-module-talos"
15+ }
16+ }
17+ }
Original file line number Diff line number Diff line change 1+ {}
Original file line number Diff line number Diff line change 1+ name : " release-please"
2+
3+ on :
4+ push :
5+ branches :
6+ - " main"
7+
8+ concurrency :
9+ group : " ${{ github.workflow }}-${{ github.ref }}"
10+
11+ jobs :
12+ release-please :
13+ runs-on : ubuntu-latest
14+
15+ steps :
16+ - name : Run release-please
17+ id : release
18+ uses : googleapis/release-please-action@v4
19+ with :
20+ target-branch : main
21+ token : ${{ secrets.FLUENCEBOT_RELEASE_PLEASE_PAT }}
22+ config-file : .github/release-please/config.json
23+ manifest-file : .github/release-please/manifest.json
24+
25+ - name : Show output from release-please
26+ if : steps.release.outputs.releases_created
27+ env :
28+ RELEASE_PLEASE_OUTPUT : ${{ toJSON(steps.release.outputs) }}
29+ run : echo "${RELEASE_PLEASE_OUTPUT}" | jq
Original file line number Diff line number Diff line change 77 interval : 5m0s
88 url : oci://registry-1.docker.io/fluencelabs/lightmare-chart
99 ref :
10- tag : 0.1.0
10+ tag : 0.1.1
You can’t perform that action at this time.
0 commit comments