Skip to content

Commit 8618655

Browse files
fix(release process): check if plugin order matters
1 parent 0b2ad06 commit 8618655

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.releaserc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"changelogFile": "HISTORY.md"
99
}
1010
],
11+
"@conveyal/maven-semantic-release",
1112
[
1213
"@semantic-release/git",
1314
{
@@ -20,7 +21,6 @@
2021
]
2122
}
2223
],
23-
"@semantic-release/github",
24-
"@conveyal/maven-semantic-release"
24+
"@semantic-release/github"
2525
]
2626
}

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</properties>
88
<groupId>net.hexonet.apiconnector</groupId>
99
<artifactId>java-sdk</artifactId>
10-
<version>2.3.1</version>
10+
<version>2.3.2</version>
1111
<packaging>jar</packaging>
1212
<name>java-sdk</name>
1313
<description>A connector library for the insanely fast HEXONET backend API.</description>

0 commit comments

Comments
 (0)