diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 19655607..ab8c750d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,6 +8,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 + - name: Set up Python + uses: actions/setup-python@v1 + with: + python-version: "3.6" - name: Install dependencies run: | python -m pip install --upgrade pip @@ -29,7 +33,7 @@ jobs: - uses: actions/checkout@v2 - name: Tag and prepare release id: tag_and_prepare_release - uses: K-Phoen/semver-release-action@v1.3 + uses: K-Phoen/semver-release-action@v1.3.1 with: release_branch: master tag_format: "%major%.%minor%.%patch%" @@ -37,7 +41,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Upload release notes if: steps.tag_and_prepare_release.outputs.tag - uses: Roang-zero1/github-create-release-action@v2.1 + uses: Roang-zero1/github-create-release-action@v2.1.0 with: created_tag: ${{ steps.tag_and_prepare_release.outputs.tag }} env: diff --git a/CHANGELOG.md b/CHANGELOG.md index 344701bf..25d58fe4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,19 @@ # Change Log +## [0.7.1](https://github.com/CellProfiling/cam_acq/tree/0.7.1) (2020-03-10) +[Full Changelog](https://github.com/CellProfiling/cam_acq/compare/0.7.0...0.7.1) + +**Merged pull requests:** + +- Fix release workflow jobs [\#181](https://github.com/CellProfiling/cam_acq/pull/181) ([MartinHjelmare](https://github.com/MartinHjelmare)) +- Bump version to 0.7.1.dev0 [\#180](https://github.com/CellProfiling/cam_acq/pull/180) ([MartinHjelmare](https://github.com/MartinHjelmare)) + ## [0.7.0](https://github.com/CellProfiling/cam_acq/tree/0.7.0) (2020-03-10) [Full Changelog](https://github.com/CellProfiling/cam_acq/compare/0.6.0...0.7.0) **Merged pull requests:** +- 0.7.0 [\#179](https://github.com/CellProfiling/cam_acq/pull/179) ([MartinHjelmare](https://github.com/MartinHjelmare)) - Fix release deps [\#178](https://github.com/CellProfiling/cam_acq/pull/178) ([MartinHjelmare](https://github.com/MartinHjelmare)) - Add github actions CI [\#177](https://github.com/CellProfiling/cam_acq/pull/177) ([MartinHjelmare](https://github.com/MartinHjelmare)) - Scheduled monthly dependency update for March [\#176](https://github.com/CellProfiling/cam_acq/pull/176) ([pyup-bot](https://github.com/pyup-bot)) diff --git a/camacq/VERSION b/camacq/VERSION index faef31a4..39e898a4 100644 --- a/camacq/VERSION +++ b/camacq/VERSION @@ -1 +1 @@ -0.7.0 +0.7.1