Sha256: 4c9ee5343075ddb2e0031efac50126d0af11f754e98928ee81f54a51e037407d
Contents?: true
Size: 374 Bytes
Versions: 1
Compression:
Stored size: 374 Bytes
Contents
#!/usr/bin/env bash VERSION=$1 printf "module Rspamd\n VERSION = \"$VERSION\"\nend\n" > ./lib/rspamd/version.rb bundle git add Gemfile.lock lib/rspamd/version.rb git commit -m "Bump version for $VERSION" git push git tag v$VERSION git push --tags gem build rspamd-ruby.gemspec gem push "rspamd-ruby-$VERSION.gem" --host https://rubygems.org rm "rspamd-ruby-$VERSION.gem"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rspamd-ruby-1.0.0 | bin/release |