File tree 3 files changed +16
-3
lines changed
3 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
steps :
10
10
- uses : actions/checkout@v2
11
+ - name : Set up Python
12
+ uses : actions/setup-python@v1
13
+ with :
14
+ python-version : " 3.6"
11
15
- name : Install dependencies
12
16
run : |
13
17
python -m pip install --upgrade pip
@@ -29,15 +33,15 @@ jobs:
29
33
- uses : actions/checkout@v2
30
34
- name : Tag and prepare release
31
35
id : tag_and_prepare_release
32
-
36
+
33
37
with :
34
38
release_branch : master
35
39
tag_format : " %major%.%minor%.%patch%"
36
40
env :
37
41
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
38
42
- name : Upload release notes
39
43
if : steps.tag_and_prepare_release.outputs.tag
40
- uses :
Roang-zero1/[email protected]
44
+ uses :
Roang-zero1/[email protected] .0
41
45
with :
42
46
created_tag : ${{ steps.tag_and_prepare_release.outputs.tag }}
43
47
env :
Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ 0.7.1] ( https://github.com/CellProfiling/cam_acq/tree/0.7.1 ) (2020-03-10)
4
+ [ Full Changelog] ( https://github.com/CellProfiling/cam_acq/compare/0.7.0...0.7.1 )
5
+
6
+ ** Merged pull requests:**
7
+
8
+ - Fix release workflow jobs [ \# 181] ( https://github.com/CellProfiling/cam_acq/pull/181 ) ([ MartinHjelmare] ( https://github.com/MartinHjelmare ) )
9
+ - Bump version to 0.7.1.dev0 [ \# 180] ( https://github.com/CellProfiling/cam_acq/pull/180 ) ([ MartinHjelmare] ( https://github.com/MartinHjelmare ) )
10
+
3
11
## [ 0.7.0] ( https://github.com/CellProfiling/cam_acq/tree/0.7.0 ) (2020-03-10)
4
12
[ Full Changelog] ( https://github.com/CellProfiling/cam_acq/compare/0.6.0...0.7.0 )
5
13
6
14
** Merged pull requests:**
7
15
16
+ - 0.7.0 [ \# 179] ( https://github.com/CellProfiling/cam_acq/pull/179 ) ([ MartinHjelmare] ( https://github.com/MartinHjelmare ) )
8
17
- Fix release deps [ \# 178] ( https://github.com/CellProfiling/cam_acq/pull/178 ) ([ MartinHjelmare] ( https://github.com/MartinHjelmare ) )
9
18
- Add github actions CI [ \# 177] ( https://github.com/CellProfiling/cam_acq/pull/177 ) ([ MartinHjelmare] ( https://github.com/MartinHjelmare ) )
10
19
- Scheduled monthly dependency update for March [ \# 176] ( https://github.com/CellProfiling/cam_acq/pull/176 ) ([ pyup-bot] ( https://github.com/pyup-bot ) )
Original file line number Diff line number Diff line change 1
- 0.7.0
1
+ 0.7.1
You can’t perform that action at this time.
0 commit comments