-
Notifications
You must be signed in to change notification settings - Fork 158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: update snapshot release message #1867
Conversation
|
Coverage report
Test suite run success835 tests passing in 120 suites. Report generated by 🧪jest coverage report action from 1ca5083 |
COMMENT="📦 A new experimental version **v$VERSION** of Redocly CLI has been published for testing. | ||
|
||
Experimental release **v$VERSION**. Install it with \`npm install @redocly/cli@$VERSION\`." | ||
Install with NPM: | ||
\`\`\`bash | ||
npm install @redocly/cli@$VERSION | ||
# or | ||
npm install @redocly/openapi-core@$VERSION | ||
\`\`\` | ||
|
||
gh pr edit $PR_NUMBER --body "$NEW_DESCRIPTION" | ||
⚠️ Note: This is a development build and may contain unstable features." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Redocly/technical-writers just wanted to clarify the wording if you please.
This will produce the following message:
📦 A new experimental version v0.0.0-snapshot.1737627998 of Redocly CLI has been published for testing.
Install with NPM:
npm install @redocly/[email protected]
# or
npm install @redocly/[email protected]
What/Why/How?
Reference
Testing
Screenshots (optional)
Check yourself
Security