diff --git a/CHANGELOG.md b/CHANGELOG.md index 94f06c711..c54fb8579 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ Changes to Calva. ## [Unreleased] + +## [2.0.51] - 10.15.2019 - [Toggle the "Use WSL" setting requires extension restart to effect definition provider](https://github.com/BetterThanTomorrow/calva/issues/397) - [Go to Definition and Peek Definition not working on Windows 10 when using WSL](https://github.com/BetterThanTomorrow/calva/issues/132) - [Hightlight extension settings are uninitialized if no closure editor active on activation ](https://github.com/BetterThanTomorrow/calva/issues/401) @@ -9,7 +11,7 @@ Changes to Calva. - [REPL window use it own set of paredit hotkeys and these are not configurable](https://github.com/BetterThanTomorrow/calva/issues/260) - [Completion in REPL window should work like in the editor](https://github.com/BetterThanTomorrow/calva/issues/394) -## [2.0.50] - 10.11.2019 +## [2.0.50] - 10.15.2019 - Move user documentation from the wiki to: https://calva.readthedocs.io/ ## [2.0.49] - 10.11.2019 diff --git a/docs/integration.md b/docs/integration.md index c1a179127..9a717de38 100644 --- a/docs/integration.md +++ b/docs/integration.md @@ -40,7 +40,7 @@ Smaller changes: When a VSIX is good enough for release, and someone authorized to commit to the `master` branch has _at least half an hour of spare time_, the following will bring it to the Marketplace: 1. Checkout `dev` -1. Tag with `v` +1. Tag with `v` (must provide tag message) 1. Push `dev` (Using `--follow-tags`). * This will build the release VSIX, push a release to GitHub, and publish it on the extension Marketplace. * You'll get an e-mail when it is published.