Skip to content

Commit f8b2872

Browse files
committed
release 0.0.5
1 parent 342898b commit f8b2872

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11

22
name: Publish
3-
on:
4-
workflow_dispatch:
5-
inputs:
6-
versionName:
7-
description: 'Version Name'
8-
required: true
3+
on: [workflow_dispatch]
94

105
jobs:
116
publish:
@@ -35,7 +30,6 @@ jobs:
3530
./gradlew publish --no-daemon --no-parallel
3631
./gradlew closeAndReleaseRepository
3732
env:
38-
ORG_GRADLE_PROJECT_VERSION_NAME: ${{ github.event.inputs.versionName }}
3933
ORG_GRADLE_PROJECT_signingInMemoryKey: ${{ secrets.GPG_KEY }}
4034
ORG_GRADLE_PROJECT_signingInMemoryKeyPassword: ${{ secrets.GPG_PASSWORD }}
4135
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.MAVEN_CENTRAL_USERNAME }}

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## 0.0.5
2+
3+
* Ability to set custom hosts for self hosted servers

aptabase/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
GROUP=com.aptabase
22
POM_ARTIFACT_ID=aptabase
3-
VERSION_NAME=0.0.3
3+
VERSION_NAME=0.0.5
44
VERSION_CODE=1
55

66
SONATYPE_HOST=DEFAULT

0 commit comments

Comments
 (0)