We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rake change_branch[master]
rake 'git:commit[Updates changelog for vX.Y.Z [ci skip]]'
rake git:push
rake 'gem:write_version[X.Y.Z]'
rake 'git:commit[Releases X.Y.Z]'
rake gem:release
X-Y-maintenance
rake 'git:checkout[-b X-Y-maintenance]'
maintenance-branch
rake 'git:commit[Updates maintenance-branch file [ci skip]]'
rake "run[git push origin X-Y-maintenance -u]"
rake 'relish[X.Y]'
rake 'update_docs[X.Y, X-Y-maintenance]'
rspec.github.io
repos
source
X.Y+1.pre
rake 'git:checkout[master]'
rake 'gem:write_version[X.Y+1.pre]'
rake 'git:commit[Bump version...]'
rake version_stats[vX.(Y - 1).0...vX.Y]
middleman deploy
TARGET=prod middleman deploy
The text was updated successfully, but these errors were encountered:
done.
Sorry, something went wrong.
No branches or pull requests
rake change_branch[master]
rake 'git:commit[Updates changelog for vX.Y.Z [ci skip]]'
rake git:push
rake 'gem:write_version[X.Y.Z]'
rake 'git:commit[Releases X.Y.Z]'
rake gem:release
X-Y-maintenance
in all repos (if first X.Y release)rake 'git:checkout[-b X-Y-maintenance]'
maintenance-branch
file in eachrake 'git:commit[Updates maintenance-branch file [ci skip]]'
rake "run[git push origin X-Y-maintenance -u]"
rake 'relish[X.Y]'
(exclude .Z). To run this you need relish push access.rake 'update_docs[X.Y, X-Y-maintenance]'
. To run this you needrspec.github.io
in yourrepos
directory, with thesource
branch checked out.X.Y+1.pre
in master.rake 'git:checkout[master]'
rake 'gem:write_version[X.Y+1.pre]'
rake 'git:commit[Bump version...]'
rake git:push
rake version_stats[vX.(Y - 1).0...vX.Y]
to get version stats for post.middleman deploy
fromrspec.github.io
checkout to deploy to staging andTARGET=prod middleman deploy
for a prod deploy.The text was updated successfully, but these errors were encountered: