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

release workflow #6

Merged
merged 29 commits into from
Oct 3, 2023
Merged

release workflow #6

merged 29 commits into from
Oct 3, 2023

Conversation

nitinmittal23
Copy link
Collaborator

@nitinmittal23 nitinmittal23 commented Aug 21, 2023

This PR contains the implementation of release version management using the semantic-release package.

Steps in which it works -

  1. @semantic-release/commit-analyzer - this analyze the commits conventional-changelog.
  2. @semantic-release/release-notes-generator - based on the above analyzation it will create release notes.
  3. @semantic-release/changelog - it will create/update the CHANGELOG.md file for new release
  4. @semantic-release/github - this part will create a new github release
  5. @semantic-release/npm - it will publish the package into NPM registry
  6. @semantic-release/git - It will commit the new PR version into package.json along with file changes in CHANGELOG.md

Copy link
Contributor

@nivida nivida left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks Nitin! :)

@nitinmittal23 nitinmittal23 merged commit 3b7a148 into main Oct 3, 2023
3 of 4 checks passed
@nitinmittal23 nitinmittal23 deleted the changes branch October 3, 2023 13:30
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.

3 participants