Skip to content

Commit

Permalink
ci: add release please manifest & move files (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgoudham authored Oct 10, 2024
1 parent 5e4650c commit 785bcde
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 11 deletions.
14 changes: 14 additions & 0 deletions .github/release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
"packages": {
".": {
"release-type": "rust",
"extra-files": [
{
"path": "README.md",
"type": "generic"
}
]
}
}
}
3 changes: 3 additions & 0 deletions .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
".": "5.2.0"
}
3 changes: 3 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
steps:
- uses: googleapis/release-please-action@v4
id: release
with:
config-file: .github/release-please-config.json
manifest-file: .github/release-please-manifest.json

Publish:
needs:
Expand Down
11 changes: 0 additions & 11 deletions release-please-config.json

This file was deleted.

0 comments on commit 785bcde

Please sign in to comment.