diff --git a/.github/workflows/publishTypes.yml b/.github/workflows/release.yml similarity index 93% rename from .github/workflows/publishTypes.yml rename to .github/workflows/release.yml index 974044f..995ecd4 100644 --- a/.github/workflows/publishTypes.yml +++ b/.github/workflows/release.yml @@ -3,7 +3,7 @@ # 1. hit https://github.com/seatsio/[REPO]/settings/actions # 2. under "Workflow permissions", make sure "Read and write permissions" is checked instead of the (default?) read only. -name: 'Update and publish @seatsio/seatsio-types' +name: 'Release' on: workflow_dispatch: @@ -11,7 +11,7 @@ on: version: description: 'Bump version or release current version without changing package.json. Major for incompatible API changes, minor for adding backwards compatible features, patch for bugfixes.' required: true - default: 'patch' + default: 'minor' type: choice options: - current @@ -29,7 +29,7 @@ jobs: with: node-version: 20 registry-url: https://registry.npmjs.org/ - + - name: Checkout latest main run: | git checkout main @@ -56,4 +56,4 @@ jobs: uses: JS-DevTools/npm-publish@v3 with: token: ${{ secrets.NPM_TOKEN }} - package: './package.json' \ No newline at end of file + package: './package.json'