We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5118921 commit d1b2e22Copy full SHA for d1b2e22
docs/maintainers.md
@@ -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