Skip to content

Commit

Permalink
sonatype release seems to have worked
Browse files Browse the repository at this point in the history
0.9.993 for scala 2.13
  • Loading branch information
carueda committed Aug 5, 2021
1 parent 6923ed0 commit 122db7d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
lazy val tscfgVersion = setVersion("0.9.99")
lazy val tscfgVersion = setVersion("0.9.993")

organization := "com.github.carueda"
name := "tscfg"
Expand Down
3 changes: 2 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
2021-08 - 0.9.99
2021-08 - 0.9.992

- use a newer sbt version
- fix sbt 0.12->0.13 warnings
- use sbt 1.5.5, while upgrading various build/release dependencies
- all good ... but `+sonatypeBundleRelease` is failing `:(`
- retrying with incremented versions 0.9.991 ... 993

2021-07 - 0.9.986

Expand Down
3 changes: 3 additions & 0 deletions publish.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ Then:
Argh, all good upon general upgrade to sbt 1.5.5 and build/release dependencies...
... but `+sonatypeBundleRelease` is failing, and it's unclear why `:(`.
Same problem whether with `publishTo := sonatypePublishToBundle.value` or with the traditional `publishTo := {...}`.

After a couple of attempts, I got `sonatypeBundleRelease` to complete, but only by itself
(not with `+`, that is for scala 2.12, which btw seemed to always be associated with the error).
2 changes: 1 addition & 1 deletion src/main/resources/application.conf
Original file line number Diff line number Diff line change
@@ -1 +1 @@
tscfg.version = 0.9.99
tscfg.version = 0.9.993

0 comments on commit 122db7d

Please sign in to comment.