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

chore: add basic workflow for release #120

Merged
merged 1 commit into from
Mar 21, 2022
Merged

Conversation

billyjov
Copy link
Collaborator

@billyjov billyjov commented Mar 17, 2022

This PR should help automate release using commit pattern chore(release): x.x.x on master branch

and provide following steps

  • Install packages
  • Build lib using npm run build:lib
  • Create tag based on package.json version
  • Publish to npm

Closes #119

@billyjov billyjov merged commit 57e4862 into master Mar 21, 2022
@billyjov billyjov deleted the feature/release-workflow branch March 23, 2022 07:13
billyjov added a commit that referenced this pull request Jun 8, 2022
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.

Setup automated release
2 participants