feat/semantic release#259
Open
behnamrhp wants to merge 6 commits into
Open
Conversation
7ddbff3 to
b5093b6
Compare
Collaborator
|
@behnamrhp please change the target branch to pre-release |
added 6 commits
May 17, 2026 20:13
…lease pipeline Signed-off-by: Behnamrhp74 <behnam.rahimpoor@beatstream.com>
Signed-off-by: Behnamrhp74 <behnam.rahimpoor@beatstream.com>
Signed-off-by: Behnamrhp74 <behnam.rahimpoor@beatstream.com>
Signed-off-by: Behnamrhp74 <behnam.rahimpoor@beatstream.com>
Signed-off-by: Behnamrhp74 <behnam.rahimpoor@beatstream.com>
Signed-off-by: Behnamrhp74 <behnam.rahimpoor@beatstream.com>
9a19334 to
72b663a
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Problem / motivation
Fixes #207
Release versioning was not standardized and lacks proper control, inconsistent and manual. There was no single automated path that aligned semantic versioning, CHANGELOG,
package.json, and Git tags.What this PR changes
semantic-releasewithrelease.config.cjs: conventional commits analysis,@semantic-release/changelogforCHANGELOG.md,@semantic-release/npm(npmPublish: false) sopackage.json/package-lock.jsonmatch the release version,@semantic-release/gitto commit and push changelogs and bumped package.json version..github/workflows/semantic-release.ymlworkflow for automated bumps (e.g.workflow_dispatchandpushtomain/master), separate from Build and Release.semantic-releaseand plugin packages inpackage.jsondevDependencieswith an updatedpackage-lock.jsonsonpm ciinstalls plugins (fixes missing@semantic-release/changelogin CI).enginesinpackage.json) so semantic-release v25’s Node requirement is satisfied..semantic-release-versionin.gitignore.Alternatives considered
Additional context
GH_TOKEN/GITHUB_TOKEN: workflow usessecrets.SEMANTIC_RELEASE_GITHUB_TOKENwhen set, elsesecrets.GITHUB_TOKEN, withcontents: writewhere push is required.** Example of semantic release workflow result**