Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
langston-barrett committed Oct 25, 2022
1 parent 7b9073e commit 47bea4c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions doc/dev.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ Cutting a Release

- Run the extended test suite (see ``EXTRA_TESTS`` above).
- Ensure that the :doc:`changelog` is up to date.
- Bump the project version``CMakeLists.txt``. Use a release candidate version.
- Bump the project version``CMakeLists.txt``.
- Push a new tag that starts with ``v``, i.e., ``v0.X.0-rc.1``.
Use a release candidate version.

Worked example:

Expand All @@ -31,8 +32,8 @@ Worked example:
git tag -a v0.X.0-rc1 -m v0.X.0-rc1
git push --tags
After waiting for the CI build, then drop the ``-rc.1`` from ``CMakeLists.txt``,
make a new commit with a message like ``v0.X.0``, then:
After waiting for the CI build, then drop the ``-rc.1`` make a new commit with a
message like ``v0.X.0``, then:

.. code-block:: shell
Expand Down

0 comments on commit 47bea4c

Please sign in to comment.