File tree 3 files changed +7
-4
lines changed
3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 39
39
run : zip ssh-manager.zip ssh-manager LICENSE.md
40
40
41
41
- name : Release
42
- uses : docker://antonyurchenko/git-release:latest
42
+ uses : docker://antonyurchenko/git-release:v4
43
43
env :
44
44
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
45
- CHANGELOG_FILE : " CHANGELOG.md"
46
- ALLOW_TAG_PREFIX : " true"
47
45
with :
48
46
args : ssh-manager.zip
Original file line number Diff line number Diff line change
1
+ ## [ 1.0.5] - 2021-07-05
2
+ ## Changed
3
+ - Updated dependencies
4
+
1
5
## [ 1.0.4] - 2021-06-02
2
6
## Changed
3
7
- Updated dependencies
21
25
## [ 1.0.0] - 2021-02-10
22
26
- First release
23
27
28
+ [ 1.0.5 ] : https://github.com/ReasonSoftware/ssh-manager/compare/v1.0.4...v1.0.5
24
29
[ 1.0.4 ] : https://github.com/ReasonSoftware/ssh-manager/compare/v1.0.3...v1.0.4
25
30
[ 1.0.3 ] : https://github.com/ReasonSoftware/ssh-manager/compare/v1.0.2...v1.0.3
26
31
[ 1.0.2 ] : https://github.com/ReasonSoftware/ssh-manager/compare/v1.0.1...v1.0.2
Original file line number Diff line number Diff line change 9
9
)
10
10
11
11
// Version contains current application version
12
- const Version string = "1.0.4 "
12
+ const Version string = "1.0.5 "
13
13
14
14
// Config represents a remote configuration
15
15
type Config struct {
You can’t perform that action at this time.
0 commit comments