diff options
author | Matt Strapp <matt@mattstrapp.net> | 2024-10-29 16:23:36 -0500 |
---|---|---|
committer | Matt Strapp <matt@mattstrapp.net> | 2024-10-29 16:23:36 -0500 |
commit | c2cec8c280782b4febec2de59545df2f2af70933 (patch) | |
tree | 9d6b028c562ca0d362f996c435ec5de82d051dcd | |
parent | add a changeset (diff) | |
download | locusts-c2cec8c280782b4febec2de59545df2f2af70933.tar locusts-c2cec8c280782b4febec2de59545df2f2af70933.tar.gz locusts-c2cec8c280782b4febec2de59545df2f2af70933.tar.bz2 locusts-c2cec8c280782b4febec2de59545df2f2af70933.tar.lz locusts-c2cec8c280782b4febec2de59545df2f2af70933.tar.xz locusts-c2cec8c280782b4febec2de59545df2f2af70933.tar.zst locusts-c2cec8c280782b4febec2de59545df2f2af70933.zip |
oops
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
-rw-r--r-- | .github/workflows/changesets.yml | 1 | ||||
-rw-r--r-- | package.json | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/changesets.yml b/.github/workflows/changesets.yml index b0cf024..f39d7f0 100644 --- a/.github/workflows/changesets.yml +++ b/.github/workflows/changesets.yml @@ -33,6 +33,7 @@ jobs: id: changesets uses: changesets/action@v1 with: + version: pnpm versioning publish: pnpm publish-packages env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/package.json b/package.json index 1c531f8..1ff6b46 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,7 @@ "format": "prettier --write \"**/*.{ts,tsx,md}\"", "lint": "turbo lint", "test": "turbo test", - "publish-packages": "bash ./contrib/version-bump && turbo build && changeset publish" + "publish-packages": "turbo build && changeset publish", + "versioning": "bash ./contrib/version-bump && changeset version" } } |