diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1884742..cf26474 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,7 +7,10 @@ on: - testing - 0.3.x - 0.4.x + - 0.5.x + - 0.6.x tags: + - 0.6.0 pull_request: branches: - master diff --git a/README.rst b/README.rst index 101d015..e3fa47e 100644 --- a/README.rst +++ b/README.rst @@ -5,7 +5,7 @@ A basic and light-weight workspace manager for PMR. While this package will ultimately be usable as a general purpose library, for now features are targeted for integration by the MAP client. -.. image:: https://github.com/PMR2/pmr2.wfctrl/actions/workflows/build.yml/badge.svg?branch=master - :target: https://github.com/PMR2/pmr2.wfctrl/actions/workflows/build.yml?query=branch:master -.. image:: https://coveralls.io/repos/PMR2/pmr2.wfctrl/badge.svg?branch=master - :target: https://coveralls.io/r/PMR2/pmr2.wfctrl?branch=master +.. image:: https://github.com/PMR2/pmr2.wfctrl/actions/workflows/build.yml/badge.svg?branch=0.6.x + :target: https://github.com/PMR2/pmr2.wfctrl/actions/workflows/build.yml?query=branch:0.6.x +.. image:: https://coveralls.io/repos/PMR2/pmr2.wfctrl/badge.svg?branch=0.6.x + :target: https://coveralls.io/r/PMR2/pmr2.wfctrl?branch=0.6.x diff --git a/setup.cfg b/setup.cfg index abd05a9..7c34984 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [egg_info] -tag_build = dev +tag_build = pre [bdist_wheel] universal = 1