-
Notifications
You must be signed in to change notification settings - Fork 0
30 lines (27 loc) · 965 Bytes
/
release-please.yml
File metadata and controls
30 lines (27 loc) · 965 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
on:
push:
branches:
- main
permissions:
contents: write
pull-requests: write
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v4
with:
release-type: terraform-module
package-name: release-please-action
changelog-types: |
[
{"type":"feat","section":"✨ New features","hidden":false},
{"type":"fix","section":"🐛 Bug fixes","hidden":false},
{"type":"chore","section":"👷 Other changes","hidden":false},
{"type":"ci","section":"👷 Other changes","hidden":false},
{"type":"refacto","section":"👷 Other changes","hidden":false},
{"type":"build","section":"👷 Other changes","hidden":false},
{"type":"docs","section":"📚 Documentation","hidden":false}
]
extra-files: README.md