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: use release-please action #362

Merged
merged 1 commit into from Jan 14, 2021
Merged

Conversation

erezrokah
Copy link
Contributor

@erezrokah erezrokah commented Jan 14, 2021

Updates the release process to use PR releases

@github-actions github-actions bot added the type: chore work needed to keep the product and development running smoothly label Jan 14, 2021
@@ -12,8 +12,7 @@
"format": "prettier --write 'lib/**/*.js' 'bin/**/*.js'",
"format:ci": "prettier --check 'lib/**/*.js' 'bin/**/*.js'",
"test": "jest",
"version": "auto-changelog -p --template keepachangelog && git add .",
"prepublishOnly": "git push --follow-tags && gh-release"
"prepublishOnly": "npm ci && run-s lint format:ci test"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

We can follow with #361 to improve this

@erezrokah erezrokah merged commit 0b365ee into master Jan 14, 2021
@erezrokah erezrokah deleted the chore/add_release_please branch January 14, 2021 18:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: chore work needed to keep the product and development running smoothly
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants