Skip to content

Commit

Permalink
updates to release checklist and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ens-bwalts committed Jun 8, 2018
1 parent bd696a0 commit 9780757
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/appendix/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,10 @@ Also...
* Semaphores now have their own table in the eHive database, supporting cross-database semaphore links.
* Prototype Docker and Docker Swarm support (note, this is considered Alpha software and is not yet suitable for production use).

Note
----
Removed in 2.5
--------------

* Dynamic ``hive_capacity`` is no longer supported.
* Support for Perl version 5.10 has been dropped for this and future releases of eHive. This version is known to work with 5.10, but it will no longer be tested against this version.


Expand Down
4 changes: 4 additions & 0 deletions docs/dev/release_checklist.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Checklist to release a new eHive version

3. Check all of the above into "master" branch

In ensembl-hive and all meadows (but not guiHive):

4. git checkout -b version/x.y

5. On the "version/x.y" branch in README.md file substitute the
Expand All @@ -21,3 +23,5 @@ Checklist to release a new eHive version

8. Merge the "version/x.y" branch ignoring the changes made in 7). Add
the ``-s ours`` option to ``git merge``

9. Update default branch on GitHub to point to version/x.y

0 comments on commit 9780757

Please sign in to comment.