Skip to content

Commit 8a933dc

Browse files
authored
Remove the default .tool-versions file (#351)
* Remove the default .tool-versions file By removing the .tool-versions file it makes it easier for users to use their system installed elixir and erlang versions. There is some related discussion in #344 but most of the discussion was in Slack. * Update changelog
1 parent d5ac1e4 commit 8a933dc

File tree

4 files changed

+9
-10
lines changed

4 files changed

+9
-10
lines changed

.release-tool-versions

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# This file contains the recommended versions for building releases for
2+
# elixir-ls.
3+
#
4+
# The versions selected here are the versions that are used to build a binary
5+
# release for distribution
6+
elixir 1.8.2-otp-21
7+
erlang 21.3.8.17

.tool-versions

Lines changed: 0 additions & 10 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ House keeping:
1919
- Update the dialyzer section in the readme (thanks [Serenity597](https://github.com/Serenity597)) [#323](https://github.com/elixir-lsp/elixir-ls/pull/323)
2020
- Add vim-lsp to plugin list (thanks [Thanabodee Charoenpiriyakij](https://github.com/wingyplus)) [#340](https://github.com/elixir-lsp/elixir-ls/pull/340)
2121
- Cleanup test output (thanks [Jason Axelson](https://github.com/axelson)) [#347](https://github.com/elixir-lsp/elixir-ls/pull/347)
22+
- Remove the default .tool-versions file (thanks [Jason Axelson](https://github.com/axelson)) [#351](https://github.com/elixir-lsp/elixir-ls/pull/351)
2223

2324
Note: `MIX_TARGET` support was added in 0.5.0 but wasn't added to the changelog until later:
2425
- Support `MIX_TARGET` so the language server can have target specific contexts, like with Nerves (thanks [Jon Carstens](https://github.com/jjcarstens)) [#299](https://github.com/elixir-lsp/elixir-ls/pull/299)

DEVELOPMENT.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Pull down the latest master
1818
Make the tag from the new master
1919
Push the tag (`git push upstream --tags`)
2020
- `rm -rf _build release`
21+
- `cp .release-tool-versions .tool-version`
2122
- `mix elixir_ls.release`
2223
- `cd release`
2324
- `zip elixir-ls.zip *`

0 commit comments

Comments
 (0)