@mafintosh/ci-testing
Advanced tools
| name: Release to public npm | ||
| run-name: "Release (${{ inputs.bump }})" | ||
| run-name: "Release (${{ inputs.bump }}${{ inputs.preid && format('-{0}', inputs.preid) || '' }})" | ||
| on: | ||
@@ -15,2 +14,12 @@ workflow_dispatch: | ||
| - major | ||
| - prerelease | ||
| preid: | ||
| description: Pre-release identifier | ||
| required: false | ||
| type: string | ||
| tag: | ||
| description: npm dist-tag | ||
| required: false | ||
| default: 'latest' | ||
| type: string | ||
| permissions: | ||
@@ -21,6 +30,8 @@ contents: write | ||
| release: | ||
| uses: mafintosh/actions/.github/workflows/public-publish.yml@review | ||
| uses: mafintosh/actions/.github/workflows/public-publish.yml@main | ||
| with: | ||
| bump: ${{ inputs.bump }} | ||
| preid: ${{ inputs.preid }} | ||
| tag: ${{ inputs.tag }} | ||
| secrets: | ||
| NPM_TOKEN: ${{ secrets.NPM_TOKEN }} |
+1
-1
| { | ||
| "name": "@mafintosh/ci-testing", | ||
| "version": "2.0.0", | ||
| "version": "2.0.1-beta.0", | ||
| "description": "hello", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/mafintosh/ci-testing#readme", |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1365
36.36%2
100%