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

Added Release Workflow #40

Merged
merged 2 commits into from
Nov 16, 2024
Merged

Added Release Workflow #40

merged 2 commits into from
Nov 16, 2024

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.

1 participant