We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2af3e08 commit e2d04e8Copy full SHA for e2d04e8
.conform.yaml
@@ -26,5 +26,5 @@ policies:
26
- test
27
scopes:
28
- deps
29
- - version
+ - master
30
descriptionLength: 72
.github/workflows/release.yml
@@ -29,7 +29,6 @@ jobs:
with:
bump-minor-pre-major: true
31
package-name: terraform-provider-talos
32
- pull-request-title-pattern: "chore(version): release v${version}"
33
release-type: go
34
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}
35
goreleaser:
0 commit comments