Skip to content

Commit

Permalink
Merge pull request #131 from kiwigrid/dependabot/github_actions/Googl…
Browse files Browse the repository at this point in the history
…eCloudPlatform/release-please-action-4.1

chore(deps): bump GoogleCloudPlatform/release-please-action from 3.7 to 4.1
  • Loading branch information
jekkel authored Sep 4, 2024
2 parents a9c0b26 + 7b2556f commit 011111b
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 19 deletions.
20 changes: 1 addition & 19 deletions .github/workflows/release-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,8 @@ jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: GoogleCloudPlatform/release-please-action@v3.7
- uses: GoogleCloudPlatform/release-please-action@v4.1
id: release
with:
release-type: node
package-name: "@kiwigrid/antora-maven-content"
changelog-types: |
[
{"type":"feat","section":"🎁 Features"},
{"type":"fix","section":"🐛 Bug Fixes"},
{"type":"perf","section":"🚀 Performance Improvements"},
{"type":"deps","section":"📦 Dependencies"},
{"type":"revert","section":"Reverts"},
{"type":"docs","section":"📖 Documentation"},
{"type":"style","section":"Styles","hidden":true},
{"type":"chore","section":"🧹 Miscellaneous Chores","hidden":false},
{"type":"refactor","section":"Code Refactoring","hidden":true},
{"type":"test","section":"Tests","hidden":true},
{"type":"build","section":"🏗️ Build System","hidden":true},
{"type":"ci","section":"Continuous Integration","hidden":true}
]
# The logic below handles the npm publication:
- uses: actions/checkout@v4
# these if statements ensure that a publication only occurs when
Expand Down
3 changes: 3 additions & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
".": "1.5.4"
}
22 changes: 22 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"release-type": "node",
"packages": {
".": {
}
},
"changelog-sections": [
{"type":"feat","section":"🎁 Features"},
{"type":"fix","section":"🐛 Bug Fixes"},
{"type":"perf","section":"🚀 Performance Improvements"},
{"type":"deps","section":"📦 Dependencies"},
{"type":"revert","section":"Reverts"},
{"type":"docs","section":"📖 Documentation"},
{"type":"style","section":"Styles","hidden":true},
{"type":"chore","section":"🧹 Miscellaneous Chores","hidden":false},
{"type":"refactor","section":"Code Refactoring","hidden":true},
{"type":"test","section":"Tests","hidden":true},
{"type":"build","section":"🏗️ Build System","hidden":true},
{"type":"ci","section":"Continuous Integration","hidden":true}
],
"include-component-in-tag": false
}

0 comments on commit 011111b

Please sign in to comment.