-
Notifications
You must be signed in to change notification settings - Fork 339
release a v0.12 before dropping jquery #1042
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
Comments
Why not just release If we decide to release Either way, I think making a release before merging #1029 is a great idea. |
I created a Either way, I am +1 on getting a release out ASAP! |
we still have 1 blocking issue and it will be good to go |
v0.12.0rc1 is out, let's see how people react |
@choldgraf and @jarrodmillman how long should I wait for feedbacks before sending 0.12.0 ? |
I'm happy to follow whatever you prefer @12rambau - but I'd recommend about 3-5 days to give others a chance to install. |
as mentioned in #1025 dropping jquery and bootstrap 4 is a big update that may break many downstream pipeline. before releasing it let's make a patch to v0.11 to see if user have anything to report.
These steps should be taken in order to create a new release!1
Double check for quality-control
block-release
labelPrepare the codebase for a new version
__version__
in__init__.py
2.json
file with the new versiongit commit -m 'RLS: v0.11.1'
git push upstream main
Make the release
v0.2.0
Choose a Tag:
dropdown, type in the release name (e.g.,v0.2.0
) and click "Create new tag"Target:
dropdown, pin it to the release commit that you've just pushed.publish
github action job has completed successfully in the actions tabFootnotes
Taken from the release checklist in our wiki. See the release documentation for an overview of release processes. ↩
Use semantic versioning to decide whether it's a major, minor, or patch bump. Before we have released
1.0
, treat minor versions as breaking releases, and patch versions as feature / patch releases. If this is a release candidate, tag it like0.1rc1
. ↩If you wish, use
github-activity
to generate a changelog, eggithub-activity pydata/pydata-sphinx-theme --since v0.2.2 --until v0.3.0
. ↩The text was updated successfully, but these errors were encountered: