Skip to content

Commit 84eded9

Browse files
authored
Merge pull request #10 from deepgram/fix-release-type
chore: fix release-please config for clean versioning
2 parents 6ec170d + f0320c1 commit 84eded9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0"
2+
".": "0.0.0"
33
}

.github/release-please-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"packages": {
33
".": {
4-
"release-type": "maven",
4+
"release-type": "simple",
55
"package-name": "deepgram-java-sdk",
66
"tag-separator": "",
77
"include-component-in-tag": false,

0 commit comments

Comments
 (0)