Skip to content
This repository has been archived by the owner on Apr 26, 2022. It is now read-only.

Latest commit

 

History

History
31 lines (21 loc) · 914 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 914 Bytes

Build Status

metals-eclipse

Eclipse Scala LSP plugin for Metals (WIP)

Build

To build:

$ git clone https://github.com/scalameta/metals-eclipse.git
$ cd metals-eclipse/parent
$ mvn clean install

Release procedure

Do the following steps:

$ cd metals-eclipse/parent
$ mvn org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=<release version>
$ git commit -a -m "Bump version to <release version>"
$ git tag -a v< version>
$ git push --tags origin master
$ mvn org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=<new version>-SNAPSHOT
$ git commit -a -m "Bump version to <new version>-SNAPSHOT"
$ git push origin master

The new version will automatically be pushed to the repository and be available to download.