Skip to content

Commit

Permalink
ci: migrate to release please 4
Browse files Browse the repository at this point in the history
  • Loading branch information
steveoh committed Oct 8, 2024
1 parent 0e12167 commit 8e0908a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,7 @@ jobs:
token: ${{ steps.app-token.outputs.token }}

- name: 🚀 Create release
uses: googleapis/release-please-action@v3
uses: googleapis/release-please-action@v4
id: release-please
with:
token: ${{ steps.app-token.outputs.token }}
changelog-types: >
[{"type":"feat","section":"🚀 Features","hidden":false},
{"type":"fix","section":"🐛 Bug Fixes","hidden":false},
{"type":"deps","section":"🌲 Dependencies","hidden":false},
{"type":"docs","section":"📖 Documentation Improvements","hidden":false},
{"type":"style","section":"🎨 Design Improvements","hidden":false},
{"type":"ci","section":"⚙️ Continuous Integration Changes","hidden":true},
{"type":"chore","section":"🧰 Maintenance","hidden":true}]
default-branch: ${{ github.ref_name }}
monorepo-tags: true
command: manifest
19 changes: 19 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/refs/heads/main/schemas/config.json",
"bootstrap-sha": "4c8c095281aaa14392312afd03c45d37b091be82",
"separate-pull-requests": true,
"changelog-sections": [
{ "type": "feat", "section": "🚀 Features", "hidden": false },
{ "type": "fix", "section": "🐛 Bug Fixes", "hidden": false },
{ "type": "deps", "section": "🌲 Dependencies", "hidden": false },
{
"type": "docs",
"section": "📖 Documentation Improvements",
"hidden": false
},
{ "type": "style", "section": "🎨 Design Improvements", "hidden": false },
{
"type": "ci",
"section": "⚙️ Continuous Integration Changes",
"hidden": true
},
{ "type": "chore", "section": "🧰 Maintenance", "hidden": true }
],
"include-component-in-tag": true,
"packages": {
"src/developer": {
"package-name": "developer",
Expand Down

0 comments on commit 8e0908a

Please sign in to comment.