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 2901a67 commit c709ed3Copy full SHA for c709ed3
.github/workflows/create-draft-release.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
env:
13
RELEASE_NAME: ""
14
- PATHS_FOR_RELEASE_NOTES: "box.json composer.json src/"
+ PATHS_FOR_RELEASE_NOTES: "box.json.dist composer.json src/"
15
steps:
16
- name: Check tag format
17
if: github.event_name == 'create' && github.event.ref_type == 'tag'
.gitignore
@@ -1,7 +1,6 @@
1
-composer.phar
2
-pickle*.phar
3
-vendor/
4
-*.test
+/vendor/
+/*.phar
+/.php_cs
+/.php_cs.cache
5
+/box.json
6
/clover.xml
-/ocular.phar
7
-/.php_cs.cache
box.json
box.phar
-939 KB
0 commit comments