Skip to content

Commit 947308c

Browse files
committed
Merge branch 'release' into main
2 parents 573c5a2 + 226d8e5 commit 947308c

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/deploy.yml renamed to .github/workflows/release.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,8 @@
77
# GPG_PASSPHRASE
88
# GPG_KEY64 (base64)
99
# gpg --export-secret-keys --armor KEY_ID | openssl base64 | pbcopy
10-
# GRADLE_KEY
11-
# GRADLE_SECRET
1210

13-
name: deploy
11+
name: release
1412
on:
1513
workflow_dispatch:
1614
inputs:
@@ -48,4 +46,4 @@ jobs:
4846
- name: publish all
4947
if: "${{ github.event.inputs.to_publish == 'all' }}"
5048
run: |
51-
./gradlew :changelogPush -Prelease=true -Penable_publishing=true -Pgradle.publish.key=${{ secrets.GRADLE_KEY }} -Pgradle.publish.secret=${{ secrets.GRADLE_SECRET }} --stacktrace --warning-mode all
49+
./gradlew :changelogPush -Prelease=true -Penable_publishing=true --stacktrace --warning-mode all

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# JScriptBox releases
22

33
## [Unreleased]
4+
5+
## [3.0.1] - 2023-02-05
46
### Fixed
57
- Nashorn script engine is now searched for using the Nashorn classloader rather than the current thread context classloader ([#3](https://github.com/diffplug/jscriptbox/pull/3) to help fix [spotless#803](https://github.com/diffplug/spotless/issues/803)).
68

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ repositories {
77
mavenCentral()
88
}
99

10+
apply from: 干.file('base/changelog.gradle')
1011
apply from: 干.file('spotless/java.gradle')
1112
apply from: 干.file('spotless/freshmark.gradle')
1213
apply from: 干.file('base/java.gradle')

0 commit comments

Comments
 (0)