Skip to content

Commit

Permalink
chore: migrate release-please config to file for v4
Browse files Browse the repository at this point in the history
  • Loading branch information
yaboiishere committed Jan 16, 2025
1 parent 35af3fa commit 1b7501a
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ on:
push:
branches:
- master
- migrate-release-please
name: release-please
jobs:
release-please:
Expand All @@ -11,4 +12,5 @@ jobs:
with:
token: ${{secrets.BOT_GITHUB_TOKEN}}
release-type: elixir
changelog-types: '[{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"ci","section":"CI / CD","hidden":false},{"type":"test","section":"Testing","hidden":false},{"type":"refactor","section":"Refactorings","hidden":false},{"type":"chore","section":"Miscellaneous","hidden":false}]'
include-component-in-tag: false
manifest-file: .release-please-manifest.json
34 changes: 34 additions & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"changelog-sections":[
{
"type":"feat",
"section":"Features",
"hidden":false
},
{
"type":"fix",
"section":"Bug Fixes",
"hidden":false
},
{
"type":"ci",
"section":"CI / CD",
"hidden":false
},
{
"type":"test",
"section":"Testing",
"hidden":false
},
{
"type":"refactor",
"section":"Refactorings",
"hidden":false
},
{
"type":"chore",
"section":"Miscellaneous",
"hidden":false
}
]
}

0 comments on commit 1b7501a

Please sign in to comment.