Skip to content

Commit

Permalink
πŸ‘·β€β™€οΈ Update release script
Browse files Browse the repository at this point in the history
  • Loading branch information
alecgibson committed Oct 7, 2024
1 parent 82e0342 commit 033baea
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,5 @@ jobs:
- name: Release
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
run: ./release.sh
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "floating-vue-monorepo",
"packageManager": "[email protected]",
"version": "5.2.2-reedsy.1.0.2",
"version": "5.2.2-reedsy.1.0.3",
"private": true,
"scripts": {
"build": "pnpm -r --filter=\"./packages/*\" run build",
Expand Down
2 changes: 1 addition & 1 deletion packages/floating-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reedsy/floating-vue",
"version": "5.2.2-reedsy.1.0.2",
"version": "5.2.2-reedsy.1.0.3",
"description": "Easy Vue tooltips, dropdowns, menus & popovers using floating-ui",
"author": "Guillaume Chau <[email protected]>",
"scripts": {
Expand Down
4 changes: 0 additions & 4 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ fi

echo '!packages/floating-vue/dist' >> .gitignore

git checkout -b release-$VERSION
git add .gitignore
git add --all packages/floating-vue/dist/
git commit --message "Release version $VERSION"
git tag $VERSION
git push origin refs/tags/$VERSION

Expand Down

0 comments on commit 033baea

Please sign in to comment.