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

Create a new release #108

Open
mhdawson opened this issue Jan 13, 2025 · 5 comments
Open

Create a new release #108

mhdawson opened this issue Jan 13, 2025 · 5 comments

Comments

@mhdawson
Copy link
Member

@guybedford what is the process for suggestion a new release?

I'd like a new release that incorporates being build with the common wasm builder as I'd like to update the Node.js updater script so that it copies everything needed to to do the build into the directory in the deps and builds from the deps directory.

@guybedford
Copy link
Collaborator

@mhdawson at the moment the steps are:

  • Update the package.json version, and run a full build and test
  • Commit and tag the changes, pushing up to main and the tag
  • Create the GitHub release
  • Run npm publish from a nodejs-foundation account with access

@mhdawson
Copy link
Member Author

@guybedford assume you are ok with me doing that, given that should shared the instructions?

@guybedford
Copy link
Collaborator

Absolutely.

@mhdawson
Copy link
Member Author

mhdawson commented Jan 30, 2025

  • Update the package.json version, and run a full build and test
    • npm install
    • npm run build
    • npm run test
  • Commit and tag the changes, pushing up to main and the tag
    • git tag -a 1.4.2 -m "1.4.2"
  • Create the GitHub release
  • Run npm publish from a nodejs-foundation account with access

@mhdawson mhdawson reopened this Jan 31, 2025
@mhdawson
Copy link
Member Author

mhdawson commented Jan 31, 2025

Reopening as it should have been a SemVer major release 2.0.0 as discussed in - #110

Creating release 2.0.0

  • Figure out if the release should be semver patch, minor or major based on the changes since
    the last release and determine the new version. - 2.0.0
  • Update the package.json version, and run a full build and test
    • npm install
    • npm run build
    • npm run test
  • Commit and tag the changes, pushing up to main and the tag
    • For example - git tag -a 1.4.2 -m "1.4.2"
  • Create the GitHub release
  • Run npm publish from an account with access (asking somebody with access
    the nodejs-foundation account is an option if you don't have access.

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

No branches or pull requests

2 participants