Release 0.4.0
See original GitHub issueMight make sense to release 0.4.0 by now, it’s been a long time since 0.3.0 with more than 100 commits since then.
- A milestone exists for the release you are about to perform. If it doesn’t create one.
- x The milestone due date is the day of the release.
- Travis passes against latest Scala versions (past example: https://github.com/lightbend/mima/pull/164)
- All tickets fixed in the current development cycle are associated to the current milestone.
- Bump the version in the
README.md
andgit commit
. - Run
clean
. (particularly if you’ve recently bumpedscalaVersion
- see #191) - Create an annotated, signed git tag (
git tag -a -s
) and push it. The name of the tag should follow the format of previous tags (not ‘v’ prefix).reload
and verify thatshow version
in sbt picks up the version number from the tag. - Run
^publishSigned
. You should start seeing “published mima-… to https://oss.sonatype.org/service/local/staging/deploy/maven2/…” - Login on Sonatype and follow this guide to release the staged MiMa artifacts.
- Login to Bintray and publish sbt plugin artifacts. (or use
sbtplugin/bintrayRelease
) - Wait for artifacts to show up on Maven Central
- sbt plugin jar and dependent jars resolvable by sbt
- virtual directory appears: https://repo1.maven.org/maven2/com/typesafe/mima-core_2.12/0.3.0/
- Close milestone
- Add release notes to tag
- Hit “Publish Release” on GitHub
- Announce the release in the Announce category of Scala Users (e.g https://users.scala-lang.org/t/announcing-mima-migration-manager-0-3-0/2782)
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Version 0.4.0 - GitHub
Version 0.4.0 #8. ThinkR-open / golem. Updated last week. Release version 0.4.0 in October 2022 (Show more). Release version 0.4.0 in October 2022....
Read more >Primer3 Input (version 0.4.0)
0.4.0 ) Pick primers from a DNA sequence. Checks for mispriming in template. ... There is a newer version of Primer3 available at...
Read more >Swimm Release Notes Major Version 0.4.0
0.4.0 is our fourth major version release which focused on creating the best experience for developers to start documenting code.
Read more >AirStack 0.4.0 Released - Deepwave Digital
The Deepwave Digital team is proud to announce that AirStack Version 0.4.0 is now available for download to AIR-T customers.
Read more >nosedrum - Hex.pm
Nov 27, 2021 Publish documentation for release 0.4.0; Nov 27, 2021 Publish release 0.4.0; Dec 07, 2020 Publish documentation for release 0.3.0; Dec...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
How about now? 😄
Funny you, specifically, should mention it, because I’ve got a fix for your https://github.com/lightbend/migration-manager/issues/201 cooking. 😄