-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simplify release process #76
Comments
for 1. we can start with https://github.com/sbt/sbt-release |
See also #78 |
Will you be open to switch to Mill in order to simplify the release process ? |
Mill ? can you give more details please ? |
Personally, I would be totally OK to switch to Mill if it simplifies the artifacts and documentation publishing :) |
https://github.com/lihaoyi/mill is a build tool created by Li Haoyi : http://www.lihaoyi.com Mill can publish to Maven central (built-in capability): It's possible to define Cross Scala version and Scala.js modules. However the project is still very young but in active development :) |
I'm biased because I'm working on Asciidoctor but with AsciiDoc you can define variables. For instance we could do the following: = Hamsters
:latest-release: 2.6.0
A mini Scala utility library. Compatible with functional programming beginners. For the JVM and Scala.js.
The latest release is {latest-release}. So if you want to update the latest version in your document, you just need to change the value of the variable |
Looks nice! |
Ok I've started working on this task: https://github.com/scala-hamsters/hamsters/compare/master...Mogztter:mill?expand=1 Not sure (yet) how we should define the modules with |
Nice!
… |
* Migrate from sbt to Mill * (wip) Deploy to sonatyp * (todo) Publish scaladoc on gh-pages branch * (todo) Update README * (todo) Update REPL script to use the latest version
* Migrate from sbt to Mill * (wip) Deploy to sonatyp * (todo) Publish scaladoc on gh-pages branch * (todo) Update README * (todo) Update REPL script to use the latest version
For the scaladoc, we can use https://www.javadoc.io |
Removed the scaladoc item. "Update readme" should update the javadoc.io url instead. |
Resolves #76, simplify release process
It would be nice to be able to automatically :
The text was updated successfully, but these errors were encountered: