sbt / sbt-dynver

An sbt plugin to dynamically set your version from git

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Move to sbt org?

SethTisue opened this issue · comments

@dwijnand would you be interested in moving this project to the sbt org, now that it has become such a de facto standard? especially since sbt/sbt-ci-release pulls in sbt-dynver, and sbt-ci-release is a de facto standard these days and has already moved from Olaf's personal account to the sbt org

it seems like a good idea to me for bus-factor / long-term maintenance reasons

Sure. Done.

yay!

Now that this repo is under the sbt org, it would also make a lot of sense to publish sbt-dynver under the com.github.sbt groupId, some plugins already migrated.

  • @eed3si9n needs to configure the Sonatype credentials
  • Use sbt-ci-release (add it to a Github Action which releases new version, you can even release snapshots after each push to the main branch)