Skip to content

Commit

Permalink
Merge pull request #182 from CellProfiling/rc
Browse files Browse the repository at this point in the history
0.7.1
  • Loading branch information
MartinHjelmare authored Mar 10, 2020
2 parents 4f394fc + e3ebf75 commit c49277d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -29,15 +33,15 @@ jobs:
- uses: actions/checkout@v2
- name: Tag and prepare release
id: tag_and_prepare_release
uses: K-Phoen/[email protected]
uses: K-Phoen/[email protected].1
with:
release_branch: master
tag_format: "%major%.%minor%.%patch%"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload release notes
if: steps.tag_and_prepare_release.outputs.tag
uses: Roang-zero1/[email protected]
uses: Roang-zero1/[email protected].0
with:
created_tag: ${{ steps.tag_and_prepare_release.outputs.tag }}
env:
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down
2 changes: 1 addition & 1 deletion camacq/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.0
0.7.1

0 comments on commit c49277d

Please sign in to comment.