Sha256: 2d80df275b83905bf0493c63edeb2547f093165db90c346e6368343688b3ac42
Contents?: true
Size: 1.63 KB
Versions: 22
Compression:
Stored size: 1.63 KB
Contents
{ "actions": [ { "action": "fs-sedfiles", "files": ["lib/*/version.rb"], "arguments": { "search": "VERSION = ['\"](.+?)['\"]", "replace": "VERSION = '$version'" } }, { "action": "chmod-files", "files": ["**/*,644", "bin/*,755"] }, { "action": "changelog-rotate", "files": ["CHANGELOG.md"], "arguments": { "title_format": "$version - %B %-d$day_nth, %Y" } }, { "action": "git-commit", "files": ["CHANGELOG.md", "lib/*/version.rb"] }, { "action": "git-merge", "arguments": { "branch": "master" } }, { "action": "ruby-bundle" }, { "action": "rake-task" }, { "action": "archive-git-full", "files": ["git.tgz"], "publish": [ { "action": "git-push", "credentials": "lsegal.github.ssh", "arguments": { "remotes": "origin", "refs": "master v$version" } } ] }, { "action": "gem-build", "files": ["*.gemspec"], "publish": [ { "action": "gem-push", "files": ["*.gem"], "credentials": "lsegal.rubygems" } ] }, { "action": "changelog-parse", "files": ["CHANGELOG.md"], "publish": [ { "action": "github-release", "credentials": "lsegal.github", "files": [], "arguments": { "repository": "lsegal/yard", "tag": "v$version", "changelog": "CHANGELOG.md" } } ] } ] }
Version data entries
22 entries across 22 versions & 3 rubygems