Skip to content

Comments

Release v3.0.0#75

Merged
xirc merged 2 commits intomainfrom
release/v3.0.0
Oct 22, 2021
Merged

Release v3.0.0#75
xirc merged 2 commits intomainfrom
release/v3.0.0

Conversation

@negokaz
Copy link
Contributor

@negokaz negokaz commented Oct 22, 2021

ToDo before merging

Update README.md

91a4b8d

  • Update LernaVersion to a new version

Update CHANGELOG.md

2000811

  • Add a section for the new version
  • Update a link for [Unreleased]

Verify version numbers that need to be updated

❯ git grep --fixed-string 2.0.0
CHANGELOG.md:and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
CHANGELOG.md:[v3.0.0]: https://github.com/lerna-stack/lerna-app-library/compare/v2.0.0...v3.0.0
CHANGELOG.md:## [v2.0.0] - 2021-07-16
CHANGELOG.md:[v2.0.0]: https://github.com/lerna-stack/lerna-app-library/compare/v1.0.0...v2.0.0
build.sbt:      previousStableVersion.value.filter(VersionNumber(_).matchesSemVer(SemanticSelector(">=2.0.0")))
doc/migration-guide.md:## 3.0.0 from 2.0.0
doc/migration-guide.md:## 2.0.0 from 1.0.0
doc/migration-guide.md:*lerna-testkit 2.0.0* depends on *ScalaTest 3.1.0+*.
lerna-log/src/main/scala/lerna/log/AppLogging.scala:@deprecated(message = "Use typed Actor and AppTypedActorLogging instead", since = "2.0.0")
lerna-testkit/src/main/scala/lerna/testkit/akka/ScalaTestWithClassicActorTestKit.scala:@deprecated(message = "Use ScalaTestWithTypedActorTestKit", since = "2.0.0")
lerna-util-akka/src/main/scala/lerna/util/akka/ActorStateBase.scala:@deprecated(message = "Use typed Actor", since = "2.0.0")
lerna-util-akka/src/main/scala/lerna/util/akka/AtLeastOnceDelivery.scala:  @deprecated(message = "Use typed Actor", since = "2.0.0")
lerna-util-akka/src/main/scala/lerna/util/akka/AtLeastOnceDelivery.scala:  @deprecated(message = "Use typed Actor", since = "2.0.0")
lerna-util-akka/src/main/scala/lerna/util/akka/ReplyTo.scala:@deprecated(message = "Use typed Actor", since = "2.0.0")

ToDo after merging

Push a tag

git tag v3.0.0
git push origin v3.0.0

https://github.com/lerna-stack/lerna-app-library/releases/tag/v3.0.0

Check Maven Central Repository

Maven Central Repository

NOTE

  • They will appear about 10 minutes after publishing on release workflow
  • It requires more time to be able to find them with searching (about 2 hours max)

Create a release

Create a release from the following URL:

https://github.com/lerna-stack/lerna-app-library/releases/new

  • Choose a tag: select the tag you created
  • Release title: same as the tag
  • Describe this release:
    See [CHANGELOG.md] for details.
    
    [CHANGELOG.md]: https://github.com/lerna-stack/lerna-app-library/blob/main/CHANGELOG.md#vNNN---YYYY-MM-DD <!-- write an anchor for the release version -->

https://github.com/lerna-stack/lerna-app-library/releases/tag/v3.0.0

Copy link
Contributor

@xirc xirc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@xirc xirc merged commit 452fc76 into main Oct 22, 2021
@xirc xirc deleted the release/v3.0.0 branch October 22, 2021 04:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants