Skip to content

Commit

Permalink
bring plugins back and also use prerelease flag on shipit
Browse files Browse the repository at this point in the history
  • Loading branch information
surchs committed Feb 18, 2025
1 parent b47e746 commit 6588ece
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .autorc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"author": "Neurobagel Bot <[email protected]>",
"noVersionPrefix": false,
"plugins": [
"git-tag",
"released",
"first-time-contributor",
[
"omit-commits",
{
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bump_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: |
my_version="$(~/auto version --from ${{ env.LATEST_TAG }})"
my_release="$(~/auto release --dry-run)"
my_shipit="$(~/auto shipit --dry-run)"
my_shipit="$(~/auto shipit --prerelease true --dry-run)"
echo "my_version=$my_version"
echo "my_release=$my_release"
echo "my_shipit=$my_shipit"
Expand Down

0 comments on commit 6588ece

Please sign in to comment.