From 927eef61926203e1bbd130c6a9841542293db80e Mon Sep 17 00:00:00 2001 From: Jonas Fonseca Date: Mon, 23 Jul 2018 23:26:36 -0400 Subject: [PATCH] Document upload of the scala-native-bindgen executable --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 43459ff..8ac5d5a 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,10 @@ To release version `x.y.z` run: > sbt -Dproject.version=x.y.z release +Then build the `scala-native-bindgen` executable for both macOS and +Linux and upload them to the GitHub release page with the suffix +`-darwin` and `-linux`, respectively. + ## License This project is distributed under the Scala license.