Skip to content

Commit

Permalink
🔀 Merge origin/alpha into origin/beta (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
lengors authored Sep 7, 2024
2 parents 5da2220 + 2597676 commit defc536
Show file tree
Hide file tree
Showing 13 changed files with 663 additions and 360 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ target/
hs_err_pid*
replay_pid*

# Flatten files #
.flattened-pom.xml

### IntelliJ IDEA ###
.idea/modules.xml
.idea/jarRepositories.xml
Expand Down
2 changes: 1 addition & 1 deletion .releaserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins:
- - "@semantic-release/changelog"
- changelogFile: CHANGELOG.md
- - "@semantic-release/exec"
- prepareCmd: "./mvnw versions:set -DnewVersion=${nextRelease.version}"
- prepareCmd: "./mvnw versions:set-property -Dproperty=revision -DnewVersion=${nextRelease.version}"
- "@semantic-release/github"
- - "@semantic-release/git"
- assets:
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# v1.0.0-alpha.1 (2024-09-07)

## ✨ New Features
- [`a594d95`](https://github.com/lengors/maven-lombok-template/commit/a594d95) Added example for `lombok` usage

# v1.0.0-dev.1 (2024-09-07)

## ✨ New Features
- [`a594d95`](https://github.com/lengors/maven-lombok-template/commit/a594d95) Added example for `lombok` usage
Loading

0 comments on commit defc536

Please sign in to comment.