You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that we've finished up the last issues that were blocking a release (specifically #535 is resolved), let's cut a release since we've made several improvements in the last few weeks!
In the Choose a Tag: dropdown, type in the release name (e.g., v0.2.0) and click "Create new tag"
In the Target: dropdown, pin it to the release commit that you've just pushed.
Add release notes in the field below (if it's a minor/major version bump)
If you wish, use github-activity to generate a changelog, eg github-activity pydata/pydata-sphinx-theme --since v0.2.2 --until v0.3.0.
I know there was some pressure from a previous failed release to make this happen ASAP, so take my points lightly... just thinking about things for the next iteration:
Let's create an RC before the next release
Let's avoid issuing a release during the weekend 😉
@damianavila I agree with your suggestions - in this case, I wanted to make the release quickly because apparently ReadTheDocs did not get the memo the last time the release was rolled back. I viewed this as a follow up to the previous (aborted) release attempt.
Let's discuss the other two points in follow-up issues?
Description
Now that we've finished up the last issues that were blocking a release (specifically #535 is resolved), let's cut a release since we've made several improvements in the last few weeks!
Checklist
__version__
in__init__.py
. Use semantic versioning to decide whether it's a major, minor, or patch bump.git commit -m 'RLS: v0.2.0'
git push upstream master
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.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: