Skip to content

Commit 4bfafd5

Browse files
authored
chore: 0.1.12 (#128)
* chore: bump version to 0.1.12-alpha.0 for OIDC trusted publishing test * ci: rename prerelease checkbox to publish_alpha, clarify no-publish default * 0.1.12
1 parent df87099 commit 4bfafd5

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ on:
77
types: [published]
88
workflow_dispatch:
99
inputs:
10-
prerelease:
11-
description: 'Publish as prerelease (alpha tag). Version must already be bumped in package.json on the branch.'
10+
publish_alpha:
11+
description: 'Publish to npm as alpha prerelease. If unchecked, only tests run (no publish). Version must already be bumped in package.json on the selected branch.'
1212
type: boolean
1313
default: false
1414

@@ -37,7 +37,7 @@ jobs:
3737

3838
publish:
3939
runs-on: ubuntu-latest
40-
if: github.event_name == 'release' || (github.event_name == 'workflow_dispatch' && github.event.inputs.prerelease == 'true')
40+
if: github.event_name == 'release' || (github.event_name == 'workflow_dispatch' && github.event.inputs.publish_alpha == 'true')
4141
environment: release
4242
needs: [test]
4343

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@modelcontextprotocol/conformance",
3-
"version": "0.1.11",
3+
"version": "0.1.12",
44
"type": "module",
55
"license": "MIT",
66
"author": "Anthropic, PBC (https://anthropic.com)",

0 commit comments

Comments
 (0)