mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00
Merge branch 'develop' into feature/private-key
This commit is contained in:
commit
7a3224de76
7 changed files with 33 additions and 26 deletions
21
CHANGELOG.md
21
CHANGELOG.md
|
@ -9,31 +9,37 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|||
|
||||
* rename `private-key` to `key`
|
||||
|
||||
## [1.6.1] - 2020-01-19
|
||||
|
||||
### Fixed
|
||||
|
||||
* Some bugfixes
|
||||
|
||||
## [1.6.0] - 2020-01-18
|
||||
|
||||
### Changed
|
||||
|
||||
* `public-key` is no longer necessarily
|
||||
|
||||
## [1.5.0]
|
||||
## [1.5.0] - 2019/12/30
|
||||
|
||||
### Changed
|
||||
|
||||
* Append contents of `config` and `known_hosts` when called multiple times.
|
||||
|
||||
## [1.4.0]
|
||||
## [1.4.0] - 2019/12/22
|
||||
|
||||
### Added
|
||||
|
||||
* `config` option
|
||||
|
||||
## [1.3.0]
|
||||
## [1.3.0] - 2019/09/29
|
||||
|
||||
### Added
|
||||
|
||||
* `known-hosts` option
|
||||
|
||||
## [1.2.0]
|
||||
## [1.2.0] - 2019/09/22
|
||||
|
||||
### Fixed
|
||||
|
||||
|
@ -44,18 +50,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|||
|
||||
* Install only `dependencies` packages.
|
||||
|
||||
## [1.1.0]
|
||||
## [1.1.0] - 2019/09/19
|
||||
|
||||
### Others
|
||||
|
||||
* Support Visual Studio Code officially.
|
||||
* Use GitHub Actions for build test.
|
||||
|
||||
## [1.0.0]
|
||||
## [1.0.0] - 2019/09/18
|
||||
|
||||
* First release.
|
||||
|
||||
[Unreleased]: https://github.com/shimataro/ssh-key-action/compare/v1.6.0...HEAD
|
||||
[Unreleased]: https://github.com/shimataro/ssh-key-action/compare/v1.6.1...HEAD
|
||||
[1.6.1]: https://github.com/shimataro/ssh-key-action/compare/v1.6.0...v1.6.1
|
||||
[1.6.0]: https://github.com/shimataro/ssh-key-action/compare/v1.5.0...v1.6.0
|
||||
[1.5.0]: https://github.com/shimataro/ssh-key-action/compare/v1.4.0...v1.5.0
|
||||
[1.4.0]: https://github.com/shimataro/ssh-key-action/compare/v1.3.0...v1.4.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue