Skip to content

Commit 28bcc78

Browse files
committed
chore(release): prepare release v1.0.0
1 parent 1a46fd6 commit 28bcc78

File tree

4 files changed

+32
-5
lines changed

4 files changed

+32
-5
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Changelog
2+
3+
4+
## 1.0.0 - 2024-01-30
5+
6+
### Others
7+
8+
- [`1a46fd6`](https://github.com/nyg/kraken-api-java/commit/1a46fd65cccc3a1c626b62402046257b12d057c9) Update release and changelog scripts
9+
- [`f757236`](https://github.com/nyg/kraken-api-java/commit/f757236d39bbbbff734251cb82a8e126875f9ca1) Revert to Java 8
10+
- [`34050d6`](https://github.com/nyg/kraken-api-java/commit/34050d6db4b231704215d7944a93ff2c9658a754) Update README instructions
11+
- [`65114c3`](https://github.com/nyg/kraken-api-java/commit/65114c363638d722aff370289c486ca068c324a6) Change to version 1.0.0-SNAPSHOT
12+
- [`951a4dc`](https://github.com/nyg/kraken-api-java/commit/951a4dcab276d841897dabfbd4312c04ab5363cf) Rename Java package
13+
- [`3013703`](https://github.com/nyg/kraken-api-java/commit/30137035e5520015a43967c1f1985b9f0dd95161) Create GitHub release when tag is pushed
14+
- [`d9de827`](https://github.com/nyg/kraken-api-java/commit/d9de827903d60af469433a05dad952af5d8f5212) Configure maven-release-plugin and git-cliff
15+
- [`e9d02be`](https://github.com/nyg/kraken-api-java/commit/e9d02beb8aec494810c6935db4d3470e4079057b) Fix Lombok issue with constructor
16+
- [`f6d8884`](https://github.com/nyg/kraken-api-java/commit/f6d8884607ce8039d9100fe26431ebcf430631ef) Refactor into separate Maven modules
17+
- [`3d79434`](https://github.com/nyg/kraken-api-java/commit/3d79434e8c2c15ae516e434dcb89e44161f97c2a) Minor formatting changes
18+
- [`1639dd8`](https://github.com/nyg/kraken-api-java/commit/1639dd8ad46dfa0a07ccd72dc7fce8be1b8c010f) Simplify POM file
19+
- [`d8a160c`](https://github.com/nyg/kraken-api-java/commit/d8a160c7bd028c4601d8801b2cd4a6aaedd53c62) Add .gitignore
20+
- [`8d827ae`](https://github.com/nyg/kraken-api-java/commit/8d827ae515bbdd4093528e2a438f08551c77defe) Added instructions to build and run
21+
- [`6fbe590`](https://github.com/nyg/kraken-api-java/commit/6fbe5904160cadfcace79ffff45368f4ac3025e2) Removed unused dependencies
22+
- [`d456292`](https://github.com/nyg/kraken-api-java/commit/d45629257372d79645027f05e1d2b527552727c8) Now using Maven
23+
- [`f2573c0`](https://github.com/nyg/kraken-api-java/commit/f2573c0d2e3237b2a203ca524259d85c6239eadc) Update README.md
24+
- [`9e616b8`](https://github.com/nyg/kraken-api-java/commit/9e616b87bbd99f733934b5a273f65b8c78eca8ca) Commit project
25+
- [`4aac798`](https://github.com/nyg/kraken-api-java/commit/4aac7988b04a82227d113fd3a8a7e60645e34c96) Initial commit
26+
27+
<!-- generated by git-cliff -->

examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>dev.andstuff.kraken</groupId>
88
<artifactId>kraken-api-parent</artifactId>
9-
<version>1.0.0-SNAPSHOT</version>
9+
<version>1.0.0</version>
1010
</parent>
1111

1212
<artifactId>kraken-api-examples</artifactId>

library/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>dev.andstuff.kraken</groupId>
88
<artifactId>kraken-api-parent</artifactId>
9-
<version>1.0.0-SNAPSHOT</version>
9+
<version>1.0.0</version>
1010
</parent>
1111

1212
<artifactId>kraken-api</artifactId>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>dev.andstuff.kraken</groupId>
77
<artifactId>kraken-api-parent</artifactId>
8-
<version>1.0.0-SNAPSHOT</version>
8+
<version>1.0.0</version>
99
<packaging>pom</packaging>
1010

1111
<name>Java Kraken API Client</name>
@@ -37,7 +37,7 @@
3737
<url>https://github.com/nyg/kraken-api-java</url>
3838
<connection>scm:git:https://github.com/nyg/kraken-api-java.git</connection>
3939
<developerConnection>scm:git:ssh://git@github.com/nyg/kraken-api-java.git</developerConnection>
40-
<tag>HEAD</tag>
40+
<tag>v1.0.0</tag>
4141
</scm>
4242

4343
<issueManagement>
@@ -95,7 +95,7 @@
9595
<!-- release:prepare -->
9696
<autoVersionSubmodules>true</autoVersionSubmodules>
9797
<preparationGoals>clean verify exec:exec</preparationGoals>
98-
<scmCommentPrefix>chore(release):&#32;</scmCommentPrefix>
98+
<scmCommentPrefix>chore(release): </scmCommentPrefix>
9999
<signTag>true</signTag>
100100
<tagNameFormat>v@{version}</tagNameFormat>
101101
<!-- release:perform -->

0 commit comments

Comments
 (0)