-
-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
originator and destination fields now supports utf8 chars.
The To header is optional now. Headers that longer than 998 chars will raise and error. dependencies updated. added type=module to package.json to fully switch to esmodule format. message content is now chunked to 78 chars per line. this feature cost to two dependencies (runes and underscore:chunk).
- Loading branch information
1 parent
edbed23
commit 5741465
Showing
20 changed files
with
5,294 additions
and
1,566 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,13 @@ | ||
{ | ||
"versioning": { | ||
"scheme": "semver" | ||
}, | ||
"npm": { | ||
"enable": true, | ||
"updatePkgJson": true, | ||
"publish": true | ||
}, | ||
"github": { | ||
"enable": true, | ||
"release": true | ||
} | ||
} | ||
"versioningScheme": "semver", | ||
"versioningPrefix": "v", | ||
"npmUpdatePackageVersion": true, | ||
"npmPublishPackage": true, | ||
"githubRelease": true, | ||
"location": ".releaser.json", | ||
"npmPublishPackageArgs": [], | ||
"gitlabRelease": false, | ||
"dockerBuildPath": ".", | ||
"dockerBuildArgs": [], | ||
"dockerPushArgs": [] | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.