Skip to content

Commit

Permalink
Merge pull request #131 from astrofrog/simplify-release-instructions
Browse files Browse the repository at this point in the history
Simplify release instructions
  • Loading branch information
mhvk authored Oct 30, 2023
2 parents f94cf65 + 3599a68 commit 0d5ddca
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions RELEASING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,17 +52,14 @@ PGP keys set up. Then, push the tag to GitHub, e.g.::

git push upstream v0.1

and the build should happen automatically on Azure pipelines. You can
and the build should happen automatically on GitHub Actions pipelines. You can
follow the progress of the build here:

https://dev.azure.com/liberfa/pyerfa/_build
https://github.com/liberfa/pyerfa/actions/workflows/publish.yml

If there are any failures, you can always delete the tag, fix the
issues, tag the release again, and push the tag to GitHub.

See the `OpenAstronomy Azure Pipelines Templates Documentation <https://openastronomy-azure-pipelines.readthedocs.io/en/latest/publish.html>`_
for more details about the Azure Pipelines set-up.

Finally, for completeness, update the ``Releases`` section on the main
github page. Click on the new tag you just made, then ``edit tag``,
then insert ``vx.y.z`` for the version, and in the description write
Expand Down

0 comments on commit 0d5ddca

Please sign in to comment.