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

feat: add check to prevent publishing without annotated tag #1264

Merged
merged 1 commit into from May 13, 2019

Conversation

wincent
Copy link
Contributor

@wincent wincent commented May 13, 2019

I extended the scripts/publish/check.js script to make sure we don't push a release without having an annotated tag for it.

Seeing as the script now does more than just check the dist files, I renamed the corresponding package.json script from "check:dist" to "check:version".

Closes: #1263

I extended the scripts/publish/check.js script to make sure we don't
push a release without having an annotated tag for it.

Seeing as the script now does more than just check the dist files, I
renamed the corresponding package.json script from "check:dist" to
"check:version".

Closes: #1263
@wincent wincent requested a review from julien May 13, 2019 10:38
@wincent wincent mentioned this pull request May 13, 2019
2 tasks
@julien julien merged commit 69119ca into master May 13, 2019
@wincent wincent deleted the wincent/check-tag branch May 13, 2019 11:03
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.

Fix non-annotated tags
2 participants