feat: Add release please workflow

imgbot
KieranRobson 2022-12-13 11:15:05 +00:00
parent 2ca899d9d8
commit e9a02e19d3
2 changed files with 83 additions and 0 deletions

15
.github/workflows/release.yml vendored Normal file
View File

@ -0,0 +1,15 @@
name: Release
on:
push:
branches:
- master
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3.7.0
with:
release-type: node
package-name: release-please-action

View File

@ -0,0 +1,68 @@
{
"bootstrap-sha": "8ddc057b66a16f494aae11b38ee0256ff55c52ec",
"include-v-in-tag": false,
"tag-separator": "@",
"changelog-sections": [
{
"type": "feat",
"section": "Features",
"hidden": false
},
{
"type": "feature",
"section": "Features"
},
{
"type": "fix",
"section": "Updates and Bug Fixes",
"hidden": false
},
{
"type": "perf",
"section": "Performance Improvements"
},
{
"type": "ci",
"section": "Continuous Integration",
"hidden": false
},
{
"type": "chore",
"section": "Miscellaneous",
"hidden": false
},
{
"type": "revert",
"section": "Reverts"
},
{
"type": "docs",
"section": "Documentation"
},
{
"type": "style",
"section": "Styles",
"hidden": false
},
{
"type": "refactor",
"section": "Code Refactoring",
"hidden": false
},
{
"type": "test",
"section": "Tests",
"hidden": false
},
{
"type": "build",
"section": "Build System",
"hidden": false
},
{
"type": "",
"section": "Changes",
"hidden": false
}
]
}