From 8a45f6b0801051894d76644a2456a9c31aca9c6f Mon Sep 17 00:00:00 2001 From: Michael Wuergler Date: Sun, 20 Oct 2024 18:04:03 +0200 Subject: [PATCH] ci: dont create a version bump branch --- .github/workflows/release.yml | 9 --------- package.json | 2 +- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e4f7297..7da10d3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,12 +33,3 @@ jobs: run: npm publish --tag ${{ env.RELEASE_TAG }} env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - - name: Commit and push version bump - if: env.IS_PRE_RELEASE == 'false' - run: | - git checkout -b version-bump/${{ env.RELEASE_VERSION }} - git add package.json package-lock.json - git commit -m "chore: bump version to ${{ env.RELEASE_VERSION }}" - git push origin version-bump/${{ env.RELEASE_VERSION }} - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/package.json b/package.json index a3cdc1a..90217c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "keeli", - "version": "0.0.1", + "version": "0.0.0", "main": "dist/index.js", "description": "Configurable CLI validation tool to check for common problems in your translated source files.", "author": {