Skip to content

Commit 1974271

Browse files
1.0.5
1 parent 85ed9da commit 1974271

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,8 @@ jobs:
3939
run: zip ssh-manager.zip ssh-manager LICENSE.md
4040

4141
- name: Release
42-
uses: docker://antonyurchenko/git-release:latest
42+
uses: docker://antonyurchenko/git-release:v4
4343
env:
4444
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
45-
CHANGELOG_FILE: "CHANGELOG.md"
46-
ALLOW_TAG_PREFIX: "true"
4745
with:
4846
args: ssh-manager.zip

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [1.0.5] - 2021-07-05
2+
## Changed
3+
- Updated dependencies
4+
15
## [1.0.4] - 2021-06-02
26
## Changed
37
- Updated dependencies
@@ -21,6 +25,7 @@
2125
## [1.0.0] - 2021-02-10
2226
- First release
2327

28+
[1.0.5]: https://github.com/ReasonSoftware/ssh-manager/compare/v1.0.4...v1.0.5
2429
[1.0.4]: https://github.com/ReasonSoftware/ssh-manager/compare/v1.0.3...v1.0.4
2530
[1.0.3]: https://github.com/ReasonSoftware/ssh-manager/compare/v1.0.2...v1.0.3
2631
[1.0.2]: https://github.com/ReasonSoftware/ssh-manager/compare/v1.0.1...v1.0.2

internal/app/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
)
1010

1111
// Version contains current application version
12-
const Version string = "1.0.4"
12+
const Version string = "1.0.5"
1313

1414
// Config represents a remote configuration
1515
type Config struct {

0 commit comments

Comments
 (0)