Skip to content

Commit

Permalink
Merge pull request #18181 from jdavcs/240_release_docs_fix
Browse files Browse the repository at this point in the history
[24.0] Fix typos in create release documentation page
  • Loading branch information
ahmedhamidawan committed May 20, 2024
2 parents e46bed1 + 396797d commit 37551f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/source/dev/create_release.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Creating Galaxy Releases
========================

The "main" release process is an interactive checklist with instructions (see `Publication of Galaxy Release v 23.2 https://github.com/galaxyproject/galaxy/issues/16742>`_ for an example).
The "main" release process is an interactive checklist with instructions (see `Publication of Galaxy Release v 23.2 <https://github.com/galaxyproject/galaxy/issues/16742>`_ for an example).
This issue is generated via `make release-issue`.
The final result of the release process are

Expand All @@ -24,7 +24,7 @@ The command is shipped with the `galaxy-release-util <https://pypi.org/project/g
- stage and commit all changes
- create a new tag,
- (intelligently) merge forward changes to newer release branches and dev
- push changes to the repo identified by `--upstream` (defaults to https://github.com/galaxyporject/galaxy.git/)
- push changes to the repo identified by `--upstream` (defaults to https://github.com/galaxyproject/galaxy.git/)

The script has 2 important arguments:

Expand Down

0 comments on commit 37551f5

Please sign in to comment.