-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Release script update #7663
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
Merged
Release script update #7663
Changes from 29 commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
d37be9f
removed dev from version
kpal81xd 278a4d9
Add CommonJS support to ESLint config and improve console log formatt…
kpal81xd 12e8cee
WIP: release script updated version
kpal81xd 65b9d26
Fix release script to use current branch name and improve branch hand…
kpal81xd 5e77b24
Simplify finalization prompt in release script by removing tag existe…
kpal81xd 2fa2ea2
Add git fetch command to ensure remote tags are available before fina…
kpal81xd efb14d4
Refactor condition check for branch type in release script
kpal81xd 27ebdf4
Add comments to clarify branch checks in release script
kpal81xd 8b5b753
Normalize prompt responses in release script for consistency
kpal81xd 88d6d88
Changed main branch to main
kpal81xd 3ac6b92
Merge branch 'main' into version
kpal81xd 16624f5
Enhance help message and usage instructions in release script
kpal81xd 7fd54f0
Add comment to clarify release type determination in release script
kpal81xd 18d4d5d
Update prompt message for finalizing release to include release type
kpal81xd 118b031
Refactor release script to improve prompt message and ensure prerelea…
kpal81xd 35dbd52
Refactor release script to use variables for prerelease identifiers a…
kpal81xd ea6b296
Add checks for uncommitted changes and streamline version calculation…
kpal81xd af3f6aa
Update publish workflow to use 'preview' tag instead of 'alpha' for p…
kpal81xd c06ec18
Remove npm version command from pre-release tag detection in publish …
kpal81xd ee01059
Merge branch 'main' into version
kpal81xd 0f16455
Add publishing step to code.playcanvas.com in workflow
kpal81xd 6f6ff9a
Fix engine version variable in PlayCanvas publish step
kpal81xd 4de1e46
Refactor tag parsing and publishing logic in workflow
kpal81xd 513a5ad
Fix tag condition in npm publish step to use regex for preview detection
kpal81xd 6e43f67
Add silent flag to curl command for PlayCanvas publishing step
kpal81xd 8452522
Fix curl command in PlayCanvas publishing step to handle errors
kpal81xd bc05b07
Remove deprecated CommonJS configuration and release script
kpal81xd 1364b39
Merge branch 'main' into version
kpal81xd 60d27e2
fix: Update PlayCanvas publish endpoint to use secret variable
kpal81xd 975cf7e
Update .github/workflows/publish.yaml
kpal81xd 2442f24
Merge branch 'main' into version
kpal81xd 1546680
Update release.sh
kpal81xd e98e643
Update release.sh
kpal81xd c67f4a0
Update release.sh
kpal81xd File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| { | ||
| "name": "playcanvas", | ||
| "version": "2.8.0-dev", | ||
| "version": "2.8.0-dev.0", | ||
| "author": "PlayCanvas <[email protected]>", | ||
| "homepage": "https://playcanvas.com", | ||
| "description": "PlayCanvas WebGL game engine", | ||
|
|
||
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.