Skip to content
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

Adds NPM 'alpha' identifier #6722

Merged
merged 8 commits into from
Jun 20, 2024
Merged

Adds NPM 'alpha' identifier #6722

merged 8 commits into from
Jun 20, 2024

Conversation

marklundin
Copy link
Member

This PR includes the release identifier in a github tag ie v2.0.0-alpha and adds this as an npm tag when publishing. This allows users to install various from pre-release channels via npm.

Examples

  1. Creating tag v2.0.1-alpha will publish to npm with the alpha tag npm install playcanvas@alpha.
  2. Creating tag v2.0.2 will publish to the latest channel npm install playcanvas | npm install playcanvas@latest

I confirm I have read the contributing guidelines and signed the Contributor License Agreement.

@marklundin marklundin requested a review from slimbuck June 19, 2024 15:09
@marklundin marklundin changed the title Adds NPM release identifier Adds NPM 'alpha' identifier Jun 19, 2024
@marklundin marklundin merged commit 6603792 into main Jun 20, 2024
8 checks passed
@marklundin marklundin deleted the ci-alpha-support branch June 20, 2024 13:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants