Skip to content

Commit 7fd1a2a

Browse files
authored
chore: 🤖 Remove custom gpg script (#278)
1 parent dd1dee6 commit 7fd1a2a

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

‎CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,11 @@ See also the [CHANGELOG](https://github.com/cucumber/cucumber-jvm/blob/master/CH
1313

1414
### Changed
1515

16+
- [Scala] Upgrade `scala-collection-compat` to 2.7.0
1617
- [Build] Upgrade `mockito-scala` to 1.17.5
1718
- [Build] Upgrade workflows `setup-java` to v3
1819
- [Build] Upgrade `sbt-sonatype` to 3.9.11
20+
- [Build] Remove custom gpg command used in releases
1921

2022
### Deprecated
2123

‎build.sbt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,6 @@ ThisBuild / versionPolicyIntention := Compatibility.BinaryAndSourceCompatible
144144
Global / publishMavenStyle := true
145145
Global / publishTo := sonatypePublishToBundle.value
146146

147-
// https://github.com/sbt/sbt-pgp/issues/173
148-
Global / PgpKeys.gpgCommand := (baseDirectory.value / "gpg.sh").getAbsolutePath
149-
150147
// https://github.com/xerial/sbt-sonatype#using-with-sbt-release-plugin
151148
releaseCrossBuild := true
152149
releaseProcess := Seq[ReleaseStep](

‎gpg.sh

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)