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

Everyone that has a clone / fork #48

Closed
hasezoey opened this issue Sep 27, 2019 · 2 comments
Closed

Everyone that has a clone / fork #48

hasezoey opened this issue Sep 27, 2019 · 2 comments

Comments

@hasezoey
Copy link
Member

hasezoey commented Sep 27, 2019

For everyone who has a clone / fork, please know that the master branch will get replaced by r6/master (will be merged, but please know, until the actual tag of the version, it might be not working commits)

and that the package will change again to @typegoose/typegoose

@hasezoey
Copy link
Member Author

hasezoey commented Sep 30, 2019

and for everyone that has a fork, please update your tags, because some tags that got "inherited" from the original repo were "wrong", so please re-do the tags

Linux:

git tag -d $(git tag -l) # delete all local tags
git push origin --delete $(git tag -l) # delete all tags on the fork

git fetch -t upstream # replace upstream with the name of the upstream repo
git push --tags origin # push the new tags

PS: if there is no upstream remote:

git remote add upstream https://github.com/typegoose/typegoose.git

Windows / Mac, i have no idea how to do it there automatically


mainly targeting this commet to:
@B-Stefan @captaincaius

@hasezoey
Copy link
Member Author

Closing - Version 6.0.0 got released

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

No branches or pull requests

1 participant