UNPKG

randombytes-pure

Version:

JS-only implementation of randomBytes, intended for use with React Native and other limited runtimes

17 lines 509 B
"use strict"; module.exports = { branches: ["master"], plugins: [ "@semantic-release/commit-analyzer", "@semantic-release/release-notes-generator", "@semantic-release/changelog", "@semantic-release/git", "@semantic-release/github", ], assets: ["CHANGELOG.md", "package.json", "yarn.lock"], preset: "conventionalcommits", linkCompare: true, linkReferences: true, assignees: ["RobertFischer"], }; //# sourceMappingURL=release.config.js.map