Sha256: 0023d1d49bad158209a8a3504531dba69f96b1e605da655b932ec70519c3942a
Contents?: true
Size: 878 Bytes
Versions: 2
Compression:
Stored size: 878 Bytes
Contents
module.exports = { "plugins": [ "@semantic-release/commit-analyzer", "@semantic-release/release-notes-generator", [ "@semantic-release/changelog", { "changelogFile": "CHANGELOG.md" } ], [ "semantic-release-rubygem", { "gemFileDir": "." } ], [ "@semantic-release/git", { "assets": [ "CHANGELOG.md" ], "message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}" } ], [ "@semantic-release/github", { "assets": [ { "path": "yq.zip", "name": "yq.${nextRelease.version}.zip", "label": "Full zip distribution" }, { "path": "yq-*.gem", "label": "Gem distribution" } ] } ], ] };
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
yq-0.5.0 | release.config.js |
yq-0.4.1 | release.config.js |