forked from galaxyproject/galaxy-release-util
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
542 additions
and
257 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
|
||
.. to_doc | ||
98.2 | ||
=============================== | ||
|
||
.. announce_start | ||
Enhancements | ||
------------------------------- | ||
|
||
.. major_feature | ||
.. feature | ||
.. enhancement_tag_viz | ||
.. enhancement_tag_datatypes | ||
.. enhancement_tag_tools | ||
.. enhancement_tag_workflows | ||
.. enhancement_tag_ui | ||
.. enhancement_tag_jobs | ||
.. enhancement_tag_admin | ||
.. enhancement | ||
.. small_enhancement | ||
Fixes | ||
------------------------------- | ||
|
||
.. major_bug | ||
.. bug_tag_viz | ||
.. bug_tag_datatypes | ||
.. bug_tag_tools | ||
.. bug_tag_workflows | ||
.. bug_tag_ui | ||
.. bug_tag_jobs | ||
.. bug_tag_admin | ||
.. bug | ||
.. include:: 98.2_prs.rst | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
|
||
=========================================================== | ||
98.2 Galaxy Release (January 2099) | ||
=========================================================== | ||
|
||
.. include:: _header.rst | ||
|
||
Highlights | ||
=========================================================== | ||
|
||
Feature1 | ||
-------- | ||
|
||
Feature description. | ||
|
||
Feature2 | ||
-------- | ||
|
||
Feature description. | ||
|
||
Feature3 | ||
-------- | ||
|
||
Feature description. | ||
|
||
Also check out the `98.2 user release notes <98.2_announce_user.html>`__. | ||
Are you an admin? Check out `some admin relevant PRs <https://github.com/galaxyproject/galaxy/pulls?q=label%3Ahighlight%2Fadmin+milestone%3A98.2+is%3Aclosed+is%3Apr>`__. | ||
|
||
Get Galaxy | ||
=========================================================== | ||
|
||
The code lives at `GitHub <https://github.com/galaxyproject/galaxy>`__ and you should have `Git <https://git-scm.com/>`__ to obtain it. | ||
|
||
To get a new Galaxy repository run: | ||
.. code-block:: shell | ||
$ git clone -b release_98.2 https://github.com/galaxyproject/galaxy.git | ||
To update an existing Galaxy repository run: | ||
.. code-block:: shell | ||
$ git fetch origin && git checkout release_98.2 && git pull --ff-only origin release_98.2 | ||
See the `community hub <https://galaxyproject.org/develop/source-code/>`__ for additional details on source code locations. | ||
|
||
|
||
Administration Notes | ||
=========================================================== | ||
Add content or drop section. | ||
|
||
Configuration Changes | ||
=========================================================== | ||
Add content or drop section. | ||
|
||
Deprecation Notices | ||
=========================================================== | ||
Add content or drop section. | ||
|
||
Release Notes | ||
=========================================================== | ||
|
||
.. include:: 98.2.rst | ||
:start-after: announce_start | ||
|
||
.. include:: _thanks.rst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
|
||
=========================================================== | ||
98.2 Galaxy Release (January 2099) | ||
=========================================================== | ||
|
||
.. include:: _header.rst | ||
|
||
Highlights | ||
=========================================================== | ||
|
||
Feature1 | ||
-------- | ||
|
||
Feature description. | ||
|
||
Feature2 | ||
-------- | ||
|
||
Feature description. | ||
|
||
Feature3 | ||
-------- | ||
|
||
Feature description. | ||
|
||
|
||
Visualizations | ||
=========================================================== | ||
|
||
.. visualizations | ||
Datatypes | ||
=========================================================== | ||
|
||
.. datatypes | ||
Builtin Tool Updates | ||
=========================================================== | ||
|
||
.. tools | ||
Release Testing Team | ||
=========================================================== | ||
|
||
A special thanks to the release testing team for testing many of the new features and reporting many bugs: | ||
|
||
<team members go here> | ||
|
||
Release Notes | ||
=========================================================== | ||
|
||
Please see the :doc:`full release notes <98.2_announce>` for more details. | ||
|
||
.. include:: 98.2_prs.rst | ||
|
||
.. include:: _thanks.rst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
|
||
.. github_links |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
|
||
:orphan: | ||
|
||
=========================================================== | ||
99.0 Galaxy Release | ||
=========================================================== |