We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d97e3a commit c7f05d0Copy full SHA for c7f05d0
.github/workflows/release.yml
@@ -14,16 +14,7 @@ jobs:
14
uses: actions/checkout@v4
15
16
- name: Run release-please
17
- uses: google-github-actions/release-please-action@v4
+ uses: googleapis/release-please-action@v4
18
with:
19
release-type: go
20
- package-name: gocolorlog
21
- repo-url: ayberkgezer/gocolorlog
22
- changelog-types: |
23
- [
24
- {"type": "feat", "section": "Features"},
25
- {"type": "fix", "section": "Bug Fixes"},
26
- {"type": "refactor", "section": "Refactoring"},
27
- {"type": "docs", "section": "Documentation"},
28
- {"type": "chore", "section": "Other Changes"}
29
- ]
+ token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments