Skip to content

Commit ed73db7

Browse files
Merge pull request #55 from RalphHightower/RalphHightower-patch-28
Files for release-please
2 parents 4bb02cb + 000909d commit ed73db7

File tree

5 files changed

+23
-10
lines changed

5 files changed

+23
-10
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1 @@
1-
{
2-
"release-type": "simple",
3-
"packages": {
4-
".": {}
5-
}
6-
}
1+
{".":"1.0.3"}

CHANGELOG.md

Whitespace-only changes.

git-conventional-commits.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"convention": {
3+
"commitTypes": [
4+
"feat",
5+
"fix",
6+
"perf",
7+
"refactor",
8+
"style",
9+
"test",
10+
"build",
11+
"ops",
12+
"docs",
13+
"merge",
14+
"chore"
15+
],
16+
"commitScopes": [],
17+
"releaseTagGlobPattern": "v[0-9]*.[0-9]*.[0-9]*.[0-9]*",
18+
"issueRegexPattern": "(^|\\s)#\\d+(\\s|$)"
19+
},
20+
"changelog": {}
21+
}

release-please-config.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,2 @@
11
{
2-
"release-type": "simple",
3-
"packages": {
4-
".": {}
5-
}
62
}

version.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1.0.0.0

0 commit comments

Comments
 (0)