Skip to content

Commit

Permalink
Merge pull request #1685 from AdeelH/fix-release-process-typo
Browse files Browse the repository at this point in the history
Fix typo in release process doc
  • Loading branch information
AdeelH committed Jan 30, 2023
2 parents eab627f + 6130dc8 commit 2b17b37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/release.rst
Expand Up @@ -116,7 +116,7 @@ Minor or Major Version Release
twine upload dist/*
#. Announce new release in our `forum <https://github.com/azavea/raster-vision/discussions>`_, and with blog post if it's a big release.
#. Make a PR to the master branch that updates the version number to the next development version. For example, if the last release was ``0.20.1``, update the version
#. Make a PR to the master branch that updates the version number to the next development version. For example, if the last release was ``0.20.1``, update the version to ``0.20.2-dev``.

Bug Fix Release
-----------------
Expand Down

0 comments on commit 2b17b37

Please sign in to comment.