Skip to content

Commit

Permalink
maint: tag-migrators now includes bunmigrator,ternmigrator,dbmatemigr…
Browse files Browse the repository at this point in the history
…ator
  • Loading branch information
peterldowns committed Sep 25, 2024
1 parent 9768bf1 commit 14faf3a
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,18 +60,14 @@ tag-migrators:
#!/usr/bin/env bash
set -e
raw="$(cat VERSION)"
git tag "migrators/atlasmigrator/$raw"
git tag "migrators/dbmigrator/$raw"
git tag "migrators/pgmigrator/$raw"
git tag "migrators/golangmigrator/$raw"
git tag "migrators/goosemigrator/$raw"
git tag "migrators/dbmatemigrator/$raw"
git tag "migrators/atlasmigrator/$raw"
git tag "migrators/sqlmigrator/$raw"
git tag "migrators/pgmigrator/$raw"
# commit="${raw}+commit.$(git rev-parse --short HEAD)"
# git tag "migrators/atlasmigrator/$commit"
# git tag "migrators/dbmigrator/$commit"
# git tag "migrators/golangmigrator/$commit"
# git tag "migrators/goosemigrator/$commit"
# git tag "migrators/sqlmigrator/$commit"
git tag "migrators/bunmigrator/$raw"
git tag "migrators/ternmigrator/$raw"
# set the VERSION and go.mod versions.
bump-version version:
Expand Down

0 comments on commit 14faf3a

Please sign in to comment.