Skip to content

Commit

Permalink
Update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-alexandrov committed Jan 1, 2023
1 parent 126ca22 commit 479ace0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
3 changes: 1 addition & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@
Ames Stereo Pipeline (ASP)
==========================


.. image:: https://zenodo.org/badge/DOI/latest.svg
:target: https://zenodo.org/badge/latestdoi/714891

.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.7497488.svg
.. image:: https://zenodo.org/badge/DOI/Version%203.2.0.svg
:target: https://doi.org/10.5281/zenodo.7497488

.. image:: https://readthedocs.org/projects/stereopipeline/badge/?version=latest
Expand Down
16 changes: 9 additions & 7 deletions RELEASEGUIDE
Original file line number Diff line number Diff line change
Expand Up @@ -126,22 +126,22 @@ The resulting release tarballs will go to BinaryBuilder/asp_tarballs.

8.) Commit and tag the release in the VW and ASP repos. Example:

git tag 3.2.0
git tag 3.2.0.1

Push the tags to the remote server with:

git push origin 3.2.0 # commit to your branch
git push god 3.2.0 # commit to main branch
git push origin 3.2.0.1 # commit to your branch
git push god 3.2.0.1 # commit to main branch

(Here it is assumed that 'origin' points to your own fork and 'god'
points to the parent repository.)

If more commits were made and it is desired to apply this tag to a
different commit, first remove the exiting tag with:

git tag -d 3.2.0
git push origin :refs/tags/3.2.0
git push god :refs/tags/3.2.0
git tag -d v3.2.0
git push origin :refs/tags/v3.2.0
git push god :refs/tags/v3.2.0

9.) Create a new release on GitHub, and upload to it the builds and
the pdf documentation. Use the just-created tag. Do not just rename
Expand All @@ -152,7 +152,9 @@ NEWS.txt.
Wait a few minutes for Zenodo to mint a link, then visit the Zenodo
page at https://zenodo.org/badge/latestdoi/714891 (which will always
point to the 'latest' DOI) and find there this release's URL and put
it in README.rst.
it at the top of README.rst, in the appropriate ``target`` field.
Increment the version in the ``image`` field right above that.
Push this update.

One could also create an empty release, with a tag, just to get
the Zenodo link, then check that in, make the tag point to the
Expand Down

0 comments on commit 479ace0

Please sign in to comment.