You will need credentials for publishing to the "typesafe" organization on Bintray.
- Update the version number in
build.sbt
andREADME.md
. Commit the changes. - Tag the commit with e.g.
git tag -a 9.8.7
and push the tag to GitHub. - Create the release at https://github.com/lightbend/lightbend-emoji/releases .
- Locally, run
+publish
(the+
is for cross-publishing for multiple Scala version) followed bybintrayRelease
.
If this last step succeeds, you will see e.g. typesafe/emoji@9.8.7 was released
. The artifacts will become available within a minute or two.