Skip to content

Commit

Permalink
fixed modifier version bump when three kind of level specified
Browse files Browse the repository at this point in the history
improved the semantic tag reset behaviour when calendar tags lead the version string
  • Loading branch information
muratgozel committed Apr 2, 2023
1 parent 06b1236 commit 562ac55
Show file tree
Hide file tree
Showing 13 changed files with 1,973 additions and 1,426 deletions.
14 changes: 14 additions & 0 deletions .releaser.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"versioningScheme": "calver",
"versioningFormat": "yy.mm.minor",
"versioningPrefix": "v",
"npmUpdatePackageVersion": true,
"npmPublishPackage": true,
"githubRelease": true,
"location": ".releaser.json",
"npmPublishPackageArgs": [],
"gitlabRelease": false,
"dockerBuildPath": ".",
"dockerBuildArgs": [],
"dockerPushArgs": []
}
26 changes: 25 additions & 1 deletion dist/node/cjs/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/node/cjs/index.js.map

Large diffs are not rendered by default.

26 changes: 25 additions & 1 deletion dist/node/es/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/node/es/index.js.map

Large diffs are not rendered by default.

20 changes: 19 additions & 1 deletion dist/node/lts/cjs/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/node/lts/cjs/index.js.map

Large diffs are not rendered by default.

20 changes: 19 additions & 1 deletion dist/node/lts/es/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/node/lts/es/index.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 562ac55

Please sign in to comment.