-
Notifications
You must be signed in to change notification settings - Fork 12
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
Bump to version 0.1.0 #19
Conversation
The second method you propose is definitely the good one for long term. |
Did you manage to find some documentation on removing an existing tag? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the PR in itself looks good 👍
you should be able to simply git tag --delete v0.0.1
git checkout 31e96b3
git tag v0.1.0 -m "blah blah"
git push --tags --prune 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What about frontend/package.json
?
in
is there anything to do in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh yes indeed, it's aleady the right version
here is a PR for the first official version bump of the website.
Some questions must be address:
frontend/package.json
andbackend/package.json
with same version (because for now there are developed at the same time)frontend/package.json
,backend/package.json
AND a rootpackage.json
indicating the version of the WHOLE website (the solution I chose in this PR ❤️ )v0.0.1
(I think we let it as it is and jump to next version)The wiki will have be updated after this discussion
Right after this merging we will tag the commit with
v0.1.0
HURRY UP this PR must be resolved before any other (especially #17) you have my point of view please give yours @atxr @amtoine