Skip to content

Commit

Permalink
Merge pull request #55 from RalphHightower/RalphHightower-patch-28
Browse files Browse the repository at this point in the history
Files for release-please
  • Loading branch information
RalphHightower authored Dec 6, 2022
2 parents 4bb02cb + 000909d commit ed73db7
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 10 deletions.
7 changes: 1 addition & 6 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
{
"release-type": "simple",
"packages": {
".": {}
}
}
{".":"1.0.3"}
Empty file added CHANGELOG.md
Empty file.
21 changes: 21 additions & 0 deletions git-conventional-commits.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"convention": {
"commitTypes": [
"feat",
"fix",
"perf",
"refactor",
"style",
"test",
"build",
"ops",
"docs",
"merge",
"chore"
],
"commitScopes": [],
"releaseTagGlobPattern": "v[0-9]*.[0-9]*.[0-9]*.[0-9]*",
"issueRegexPattern": "(^|\\s)#\\d+(\\s|$)"
},
"changelog": {}
}
4 changes: 0 additions & 4 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
{
"release-type": "simple",
"packages": {
".": {}
}
}
1 change: 1 addition & 0 deletions version.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.0.0.0

0 comments on commit ed73db7

Please sign in to comment.