Skip to content

Conversation

@PsychoSanchez
Copy link
Owner

This pull request includes several changes to the release workflow and updates to the versioning process. The most important changes involve creating a new GitHub Actions workflow for release management, updating the Node.js version in multiple workflows, and refactoring the versioning scripts in the package.json file.

Release workflow improvements:

  • .github/workflows/release.yml: Added a new workflow for managing releases, including steps for checking out the repository, setting up Node.js, installing dependencies, bumping the version, creating a release branch, tagging the release, and creating a pull request for the release.

Node.js version updates:

Versioning script refactoring:

  • package.json: Refactored the versioning scripts by removing the old release commands and adding a new update-version script.
  • tools/update-version.js: Renamed from tools/release.js and updated to use ES module syntax for importing modules and handling file paths.

@PsychoSanchez PsychoSanchez merged commit f680b4c into main Nov 16, 2024
3 checks passed
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