Compare commits
13 commits
Author | SHA1 | Date | |
---|---|---|---|
354b5aa5e5 | |||
dab93b0bf5 | |||
4a4bafa2da | |||
ef2f1e9d2c | |||
392515a7e9 | |||
1878fe4a52 | |||
5ba6ccd672 | |||
adbdd9cf79 | |||
9b917743d4 | |||
4f64080737 | |||
a211f84003 | |||
db8af7e1b6 | |||
a49f32762b |
5 changed files with 41 additions and 9 deletions
|
@ -21,7 +21,7 @@ jobs:
|
|||
secretid: ${{ secrets.VAULT_SECRET_ID }}
|
||||
|
||||
- name: "Determine next version"
|
||||
uses: https://github.com/obfu5c8/action-svu@v1
|
||||
uses: https://github.com/obfu5c8/action-svu@e0ac511a90318bc284bf845936acd5c5c077d788 # v1
|
||||
id: generate_next_version
|
||||
with:
|
||||
type: auto
|
||||
|
@ -42,7 +42,7 @@ jobs:
|
|||
mvn -B --file pom.xml versions:set -DnewVersion=$NEW_VERSION
|
||||
|
||||
- name: "Run JReleaser (Changelog)"
|
||||
uses: https://w9r.dev/actions/release-action@main
|
||||
uses: https://github.com/jreleaser/release-action@f69e545b05f149483cecb2fb81866247992694b8 # 2.4.2
|
||||
with:
|
||||
arguments: changelog --debug
|
||||
setup-java: false
|
||||
|
@ -63,28 +63,28 @@ jobs:
|
|||
mvn -X --file pom.xml -Ppublication
|
||||
|
||||
- name: "Run JReleaser (Assemble)"
|
||||
uses: https://w9r.dev/actions/release-action@main
|
||||
uses: https://github.com/jreleaser/release-action@f69e545b05f149483cecb2fb81866247992694b8 # 2.4.2
|
||||
with:
|
||||
arguments: assemble --debug
|
||||
setup-java: false
|
||||
continue-on-error: true
|
||||
|
||||
- name: "Run JReleaser (Release)"
|
||||
uses: https://w9r.dev/actions/release-action@main
|
||||
uses: https://github.com/jreleaser/release-action@f69e545b05f149483cecb2fb81866247992694b8 # 2.4.2
|
||||
with:
|
||||
arguments: release --debug
|
||||
setup-java: false
|
||||
|
||||
- name: JReleaser release trace
|
||||
if: always()
|
||||
uses: https://gitea.com/actions/upload-artifact@v3
|
||||
uses: https://gitea.com/actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3
|
||||
with:
|
||||
name: jreleaser-trace
|
||||
path: target/jreleaser/trace.log
|
||||
|
||||
- name: JReleaser release properties
|
||||
if: always()
|
||||
uses: https://gitea.com/actions/upload-artifact@v3
|
||||
uses: https://gitea.com/actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3
|
||||
with:
|
||||
name: jreleaser-properties
|
||||
path: target/jreleaser/output.properties
|
||||
|
|
|
@ -20,7 +20,7 @@ jobs:
|
|||
secretid: "${{ secrets.VAULT_SECRET_ID }}"
|
||||
|
||||
- name: "Cache SonarQube packages"
|
||||
uses: https://github.com/actions/cache@v4
|
||||
uses: https://github.com/actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
|
||||
with:
|
||||
path: ~/.sonar/cache
|
||||
key: "${{ runner.os }}-sonar"
|
||||
|
|
26
CHANGELOG.md
26
CHANGELOG.md
|
@ -1,3 +1,29 @@
|
|||
## [0.1.13]
|
||||
- [dab93b0](https://w9r.dev/pom/dependencies/commits/dab93b0) revert 11923acb66a66d6da58579fb1f0ae6dd9a3583b7
|
||||
|
||||
## [0.1.12]
|
||||
### 🐛 Fixes
|
||||
- [392515a](https://w9r.dev/pom/dependencies/commits/392515a) **deps**: update logback monorepo to v1.5.16
|
||||
|
||||
### 🧰 Tasks
|
||||
- [ef2f1e9](https://w9r.dev/pom/dependencies/commits/ef2f1e9) **deps**: update https://gitea.com/actions/upload-artifact action to v4
|
||||
|
||||
## [0.1.11]
|
||||
### 🧰 Tasks
|
||||
- [5ba6ccd](https://w9r.dev/pom/dependencies/commits/5ba6ccd) **deps**: pin dependencies
|
||||
|
||||
## [0.1.10]
|
||||
### 🧰 Tasks
|
||||
- [9b91774](https://w9r.dev/pom/dependencies/commits/9b91774) switch to mainstream release action
|
||||
|
||||
## [0.1.9]
|
||||
### 🧰 Tasks
|
||||
- [a211f84](https://w9r.dev/pom/dependencies/commits/a211f84) switch to mainstream release action
|
||||
|
||||
## [0.1.8]
|
||||
### 🧰 Tasks
|
||||
- [a49f327](https://w9r.dev/pom/dependencies/commits/a49f327) **deps**: add renovate.json
|
||||
|
||||
## [0.1.7]
|
||||
### 🧰 Tasks
|
||||
- [0451a7a](https://w9r.dev/pom/dependencies/commits/0451a7a) update setup action
|
||||
|
|
4
pom.xml
4
pom.xml
|
@ -6,7 +6,7 @@
|
|||
|
||||
<groupId>dev.w9r.pom</groupId>
|
||||
<artifactId>dependencies</artifactId>
|
||||
<version>0.1.7</version>
|
||||
<version>0.1.13</version>
|
||||
|
||||
<name>Common Dependency Project Object Model for Maven Builds</name>
|
||||
<description>Common dependencies and management of their versions</description>
|
||||
|
@ -31,7 +31,7 @@
|
|||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<w9r.logback.json.version>0.1.5</w9r.logback.json.version>
|
||||
<w9r.logback.version>1.5.15</w9r.logback.version>
|
||||
<w9r.logback.version>1.5.16</w9r.logback.version>
|
||||
</properties>
|
||||
|
||||
<licenses>
|
||||
|
|
6
renovate.json
Normal file
6
renovate.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"local>w9r.dev/renovate-config"
|
||||
]
|
||||
}
|
Loading…
Add table
Reference in a new issue