Skip to content

Commit

Permalink
ci: add release-please config & update to v4
Browse files Browse the repository at this point in the history
sgoudham committed Oct 10, 2024

Verified

This commit was signed with the committer’s verified signature.
sgoudham Hammy
1 parent a34f691 commit 9c3cabc
Showing 2 changed files with 12 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -14,11 +14,8 @@ jobs:
outputs:
release_created: ${{ steps.release.outputs.release_created }}
steps:
- uses: google-github-actions/release-please-action@v3
- uses: googleapis/release-please-action@v4
id: release
with:
release-type: rust
package-name: catppuccin-egui

Publish:
needs:
11 changes: 11 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
"package-name": "catppuccin-egui",
"release-type": "rust",
"extra-files": [
{
"path": "README.md",
"type": "generic"
}
]
}

0 comments on commit 9c3cabc

Please sign in to comment.