Skip to content

Commit

Permalink
This might actually do a release, minus the git commits...
Browse files Browse the repository at this point in the history
  • Loading branch information
rtyley committed Dec 2, 2023
1 parent eae9b9c commit 6e0a980
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 3 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/isolated-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,16 @@ jobs:
distribution: corretto
java-version: 17
cache: sbt
- name: Check contents
- name: Release
run: |
ls -lR /tmp/funky
cat <<EOT > build.sbt
sonatypeBundleDirectory := new File("/tmp/funky")
sonatypeProfileName := "com.gu"
EOT
mkdir project
echo 'addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.21")' > project/plugins.sbt
echo 'sbt.version = 1.9.7' > project/build.properties
ls -lR .
sbt "sonatypeBundleRelease"
3 changes: 3 additions & 0 deletions release-gunk/build.sbt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
sonatypeBundleDirectory := new File("/tmp/funky")

sonatypeProfileName := "com.gu"
1 change: 1 addition & 0 deletions release-gunk/project/build.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sbt.version = 1.9.7
1 change: 1 addition & 0 deletions release-gunk/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.21")
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ThisBuild / version := "1.0.14-SNAPSHOT"
ThisBuild / version := "1.0.18"

0 comments on commit 6e0a980

Please sign in to comment.