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

Fix release tag for 0.2.0 #38

Closed
chargrove opened this issue Mar 10, 2017 · 1 comment
Closed

Fix release tag for 0.2.0 #38

chargrove opened this issue Mar 10, 2017 · 1 comment

Comments

@chargrove
Copy link

The 0.2.0 release does not appear the same as the others and I was unsure if it was an actual release, testing tag, or something else. To make 0.2.0 appear as a normal release, it should be tagged using an annotated tag instead of a lightweight tag.

Something like the below should do the trick:

git checkout 0.2.0
git push --delete origin 0.2.0
git tag -a 0.2.0 -m "New annotated tag for release"
git push --tags

@davidlgj
@json-schema-form/angular-schema-form-bootstrap-lead

@Anthropic
Copy link
Member

Anthropic commented Mar 13, 2017

@chargrove thanks, I published it, it had the tag added in git directly and was then published to NPM, it needs to be published via Github publish to look like the other major releases, I did this now :)

I had already started a draft for the 1.0.0 alpha so it will be published correctly soon once I iron out a few more issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants