Skip to content
Merged
Show file tree
Hide file tree
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
16 changes: 16 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Exclude files and directories from Git archives (including Packagist)
.github/ export-ignore
docs/ export-ignore
examples/ export-ignore
tests/ export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.php-cs-fixer.dist.php export-ignore
.releaserc.json export-ignore
codecov.yml export-ignore
commitlint.config.mjs export-ignore
grumphp.yml.dist export-ignore
phpunit*.xml* export-ignore
phpstan.neon.dist export-ignore
psalm.xml.dist export-ignore
rector.php export-ignore
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ jobs:
uses: cycjimmy/semantic-release-action@v5
id: semantic
with:
# https://github.com/semantic-release/commit-analyzer/issues/65
extra_plugins: |
semantic-release-unsquash@latest
@semantic-release/changelog@latest
@semantic-release/git@latest
conventional-changelog-conventionalcommits@latest
Expand Down
3 changes: 1 addition & 2 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
}
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"semantic-release-unsquash",
[
"@semantic-release/changelog",
{
Expand Down
18 changes: 0 additions & 18 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,23 +77,5 @@
"security": "@check --tasks=securitychecker_roave",
"test": "@check --tasks=phpunit",
"test:coverage": "vendor/bin/phpunit --coverage-clover=coverage.xml"
},
"archive": {
"exclude": [
".github/*",
"docs/*",
"examples/*",
"tests/*",
".gitignore",
".php-cs-fixer.dist.php",
".releaserc.json",
"codecov.yml",
"commitlint.config.mjs",
"grumphp.yml.dist",
"phpunit*.xml*",
"phpstan.neon.dist",
"psalm.xml.dist",
"rector.php"
]
}
}
Loading