Skip to content

Commit d1b2e22

Browse files
authored
Added a short checklist for maintainers. (#95)
1 parent 5118921 commit d1b2e22

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

docs/maintainers.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Documentation for maintainers
2+
3+
Since this is a Ruby tool used by PHP programmers it might be a good idea to document
4+
some things.
5+
6+
7+
## Making a release
8+
9+
Checklist for making a release:
10+
11+
- Write changelog
12+
- Update version number in `capistrano-symfony.gemspec`
13+
- Make a new release with GitHub
14+
- Build the gem with `gem build capistrano-symfony.gemspec`
15+
- Push the gem to rubygems.org: `gem push capistrano-symfony-X.X.X.gem`
16+
- Add the `capistrano-symfony-X.X.X.gem` to the GitHub release
17+

0 commit comments

Comments
 (0)