Skip to content

Fix to change VERSION after release#2

Merged
nickchecan merged 1 commit intomainfrom
pipeline
Apr 9, 2026
Merged

Fix to change VERSION after release#2
nickchecan merged 1 commit intomainfrom
pipeline

Conversation

@nickchecan
Copy link
Copy Markdown
Owner

This pull request updates the release automation workflow to ensure that the VERSION file is committed to the repository as part of the release process. The main changes involve adding the @semantic-release/git plugin to both the workflow dependencies and the release configuration.

Release process improvements:

  • Added @semantic-release/git to the list of npm packages installed in the workflow to enable committing files during the release process. (.github/workflows/pipeline.yaml)
  • Updated .releaserc.json to configure the @semantic-release/git plugin to commit the VERSION file with a release message, ensuring the version file is tracked in the repository after each release. (.releaserc.json)

@nickchecan nickchecan merged commit 534d564 into main Apr 9, 2026
2 checks passed
@nickchecan nickchecan deleted the pipeline branch April 9, 2026 13:18
@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 9, 2026

🎉 This PR is included in version 1.0.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant