-
-
Notifications
You must be signed in to change notification settings - Fork 7
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: Remove dev
branch
#136
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
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.
This LGTM! I took the liberty of simplifying the CI a bit more by using the packageManager
field (pnpm/action-setup
is able to install the correct version based on this field) as well as updated the contribution docs.
The last thing to do is to also change the default branch of this repo to main
and we should be good to go!
Thanks @AdrianGonz97 @Hugos68 let's coordinate on this tomorrow afternoon my time. |
This PR prepares for the removal of the
dev
branch as it serves no purpose. Changesets are already kept on a seperate branch until release and we're only fighting against it by having a seperate branch.What this PR does:
baseBranch
from"dev"
to"main"
in.changeset/config.json
Merge main into dev after publish
step from.github/workflows/release.yml
dev
branch (NEVERmain
branch)" from.github/pull_request_template.md