Skip to content

Commit

Permalink
feat(ci): try to move versioning into workflow definition
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorwhitney committed Nov 22, 2023
1 parent 7630f1b commit d66d51a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
with:
command: manifest
default-branch: "${{ steps.extract_branch.outputs.branch }}"
versioning: always-bump-patch
- name: Upload Release Artifact
if: ${{ steps.release.outputs.release_created }}
env:
Expand Down
1 change: 0 additions & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"bootstrap-sha": "b100d6fe25669928cb023e4b869af0cfe353b7b1",
"versioning": "always-bump-patch",
"release-type": "simple",
"bump-minor-pre-major": false,
"bump-patch-for-minor-pre-major": false,
Expand Down

0 comments on commit d66d51a

Please sign in to comment.