Skip to content

Added a short checklist for maintainers. #95

New issue

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

Merged
merged 1 commit into from
Sep 10, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions docs/maintainers.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Documentation for maintainers

Since this is a Ruby tool used by PHP programmers it might be a good idea to document
some things.


## Making a release

Checklist for making a release:

- Write changelog
- Update version number in `capistrano-symfony.gemspec`
- Make a new release with GitHub
- Build the gem with `gem build capistrano-symfony.gemspec`
- Push the gem to rubygems.org: `gem push capistrano-symfony-X.X.X.gem`
- Add the `capistrano-symfony-X.X.X.gem` to the GitHub release