Updated changelog. Improved sign off docs due to DCO Check usage. (#197)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>pull/203/head v0.7.0
parent
1fe866b0a4
commit
54bb519ad8
|
@ -5,10 +5,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## [Unreleased]
|
||||
## [1.0.0] - tba
|
||||
## [0.7.0] - 2020-01
|
||||
## [0.7.0] - 2020-01-22
|
||||
|
||||
### Added
|
||||
- Automated "Release and publish from CI" Script using GitHub Api (#192)
|
||||
- Documentation on how to solve SSL issues with rest api. (#196)
|
||||
|
||||
### Changed
|
||||
- Added newly used material icons to notice file (#187)
|
||||
|
@ -18,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
- Use next extension relase in package.json for the master branch (#190)
|
||||
- Small improvements and refactored code comments (#191)
|
||||
- Updated dependencies (#193)
|
||||
- Corrected sign-off-statement explanation to get a working DCO Check (#197)
|
||||
|
||||
### Fixed
|
||||
- Fix treeview icons with dynamically generated path (#188)
|
||||
|
|
|
@ -212,7 +212,7 @@ By making a contribution to this project, I certify that:
|
|||
|
||||
then you just add a line to every git commit message:
|
||||
|
||||
Signed-off-by: Joe Smith <joe.smith@email.com> (github: github_handle)
|
||||
Signed-off-by: Joe Smith <joe.smith@email.com>
|
||||
|
||||
using your real name (sorry, no pseudonyms or anonymous contributions.)
|
||||
|
||||
|
|
Loading…
Reference in New Issue