-
Notifications
You must be signed in to change notification settings - Fork 18
Home
P. L. Lim edited this page Dec 12, 2020
·
11 revisions
- GitHub
- PyPI (bot picks up from GitHub release)
- conda-forge (bot picks up from PyPI)
- astroconda
- Zenodo
- Grab latest code from
master
- Grab all the tags from this repo
- Make sure you are on the branch that you intend to release from
- Check
git status
(must be clean) andgit log
(must contain correct history) git clean -xdf
-
git tag -s "X.Y.Z" -m "Tagging version X.Y.Z"
(replaceX.Y.Z
with real version number) -
git push <remote> X.Y.Z
(replace<remote>
with remote name that points to this repo) - Edit release tag on GitHub to add change log and publish release.
Check the logs under Actions. This should be done automatically when a GitHub Release is made. If successful, you will see it on https://pypi.org/project/acstools/ .
- Open a PR on
astroconda/astroconda-contrib
to update recipe. - Wait for a notification from
conda-forge
feedstock, review its PR, fix (if needed), and merge. - Download the release tarball from PyPI and upload it to Zenodo.
- Check https://readthedocs.org/projects/acstools/builds/
This is a low-traffic package. Therefore, there is no milestone being used to track GitHub PRs. A release is made when ACS Team wants it and whether it is a major/minor/bugfix depends on what went in since the last release.