Compare commits
2 commits
Author | SHA1 | Date | |
---|---|---|---|
4f64080737 | |||
a211f84003 |
3 changed files with 6 additions and 2 deletions
|
@ -42,7 +42,7 @@ jobs:
|
||||||
mvn -B --file pom.xml versions:set -DnewVersion=$NEW_VERSION
|
mvn -B --file pom.xml versions:set -DnewVersion=$NEW_VERSION
|
||||||
|
|
||||||
- name: "Run JReleaser (Changelog)"
|
- name: "Run JReleaser (Changelog)"
|
||||||
uses: https://w9r.dev/actions/release-action@main
|
uses: https://github.com/jreleaser/release-action@2.4.2
|
||||||
with:
|
with:
|
||||||
arguments: changelog --debug
|
arguments: changelog --debug
|
||||||
setup-java: false
|
setup-java: false
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
## [0.1.9]
|
||||||
|
### 🧰 Tasks
|
||||||
|
- [a211f84](https://w9r.dev/pom/dependencies/commits/a211f84) switch to mainstream release action
|
||||||
|
|
||||||
## [0.1.8]
|
## [0.1.8]
|
||||||
### 🧰 Tasks
|
### 🧰 Tasks
|
||||||
- [a49f327](https://w9r.dev/pom/dependencies/commits/a49f327) **deps**: add renovate.json
|
- [a49f327](https://w9r.dev/pom/dependencies/commits/a49f327) **deps**: add renovate.json
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
<groupId>dev.w9r.pom</groupId>
|
<groupId>dev.w9r.pom</groupId>
|
||||||
<artifactId>dependencies</artifactId>
|
<artifactId>dependencies</artifactId>
|
||||||
<version>0.1.8</version>
|
<version>0.1.9</version>
|
||||||
|
|
||||||
<name>Common Dependency Project Object Model for Maven Builds</name>
|
<name>Common Dependency Project Object Model for Maven Builds</name>
|
||||||
<description>Common dependencies and management of their versions</description>
|
<description>Common dependencies and management of their versions</description>
|
||||||
|
|
Loading…
Add table
Reference in a new issue