File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed
Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change 1212
1313jobs :
1414 call-terraform-release-pipeline :
15+ if : ${{ github.event_name == 'workflow_dispatch' || (github.event_name == 'workflow_run' && github.event.workflow_run.conclusion == 'success') }}
1516 uses : terraform-ibm-modules/common-dev-assets/.github/workflows/release.yml@main
1617 secrets : inherit
Original file line number Diff line number Diff line change 1+ {
2+ "tagFormat": "v${version}",
3+ "branches": [
4+ "main"
5+ ],
6+ "plugins": [
7+ "@semantic-release/commit-analyzer",
8+ "@semantic-release/release-notes-generator",
9+ "@semantic-release/github",
10+ "@semantic-release/git",
11+ [
12+ "@semantic-release/exec",
13+ {
14+ "successCmd": "echo \"SEMVER_VERSION=${nextRelease.version}\" >> $GITHUB_ENV"
15+ }
16+ ]
17+ ]
18+ }
You can’t perform that action at this time.
0 commit comments