We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 356ab0b commit 21bc936Copy full SHA for 21bc936
.gitattributes
@@ -10,6 +10,7 @@
10
/.travis.yml export-ignore
11
/appveyor.yml export-ignore
12
/box.json export-ignore
13
+/doc export-ignore
14
/phpcs.xml.dist export-ignore
15
/phpcs-ruleset.xml export-ignore
16
/tests export-ignore
doc/new-release.md
@@ -0,0 +1,5 @@
1
+# Checklist for new release
2
+
3
+1. change version in `src/Application.php`
4
+2. add new Git tag
5
+3. create new version on GitHub with summary of important changes with respect to last version
0 commit comments