Skip to content
Merged

0.7.2 #186

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions .github/workflows/check-rc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Check release candidate

on:
pull_request:
branches: [master]
types: [labeled, unlabeled, synchronize]

jobs:
check-rc:
runs-on: ubuntu-latest
steps:
- uses: zwaldowski/match-label-action@v1
with:
allowed: |
major
minor
patch
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
# Change Log

## [0.7.2](https://github.com/CellProfiling/cam_acq/tree/0.7.2) (2020-03-10)
[Full Changelog](https://github.com/CellProfiling/cam_acq/compare/0.7.1...0.7.2)

**Merged pull requests:**

- Add rc label check action [\#185](https://github.com/CellProfiling/cam_acq/pull/185) ([MartinHjelmare](https://github.com/MartinHjelmare))
- Update release instructions [\#184](https://github.com/CellProfiling/cam_acq/pull/184) ([MartinHjelmare](https://github.com/MartinHjelmare))
- Bump version to 0.7.2.dev0 [\#183](https://github.com/CellProfiling/cam_acq/pull/183) ([MartinHjelmare](https://github.com/MartinHjelmare))

## [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:**

- 0.7.1 [\#182](https://github.com/CellProfiling/cam_acq/pull/182) ([MartinHjelmare](https://github.com/MartinHjelmare))
- 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))

Expand Down
1 change: 1 addition & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ It's important to name it correctly to allow the github release action to work.
- Update `CHANGELOG.md` by running `scripts/gen_changelog`.
- Commit and push the release branch.
- Create a pull request from release branch `rc` to `master` with the upcoming release number as the title. Put the changes for the new release from the updated changelog as the PR message.
- Add a label to the pull request, `patch`, `minor` or `major`. This will allow the github release action to work.
- Merge the pull request into `master`, do not squash.
- Fetch and checkout the `master` branch.
- Fetch and checkout the `develop` branch.
Expand Down
2 changes: 1 addition & 1 deletion camacq/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.1
0.7.2