Skip to content

Commit 19c1326

Browse files
Do not export non-essential files and prepare release
1 parent 6296a0c commit 19c1326

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.gitattributes

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
/.gitattributes export-ignore
2+
/.gitignore export-ignore
3+
/.github export-ignore
4+
/.php_cs.dist export-ignore
5+
/.travis.yml export-ignore
6+
/build.xml export-ignore
7+
/phpunit.xml export-ignore
8+
/tests export-ignore
9+
10+
*.php diff=php

ChangeLog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles.
44

5+
## [3.0.5] - 2023-03-01
6+
7+
* No code changes, only updated `.gitattributes` to not export non-essential files.
8+
59
## [3.0.4] - 2023-05-07
610

711
### Changed
@@ -59,6 +63,7 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt
5963

6064
* This component is no longer supported on PHP 5.6
6165

66+
[3.0.5]: https://github.com/sebastianbergmann/diff/compare/3.0.4...3.0.5
6267
[3.0.4]: https://github.com/sebastianbergmann/diff/compare/3.0.3...3.0.4
6368
[3.0.3]: https://github.com/sebastianbergmann/diff/compare/3.0.2...3.0.3
6469
[3.0.2]: https://github.com/sebastianbergmann/diff/compare/3.0.1...3.0.2

0 commit comments

Comments
 (0)