[8.x] Auto update changelog file with a new release (#5801)

* Create update-changelog.md

* Update .gitattributes

* Rename update-changelog.md to update-changelog.yml
This commit is contained in:
Dries Vints
2022-02-08 15:36:57 +01:00
committed by GitHub
parent 4c5b774294
commit 79805bc1c4
2 changed files with 37 additions and 3 deletions

11
.gitattributes vendored
View File

@@ -1,5 +1,10 @@
* text=auto
*.css linguist-vendored
*.scss linguist-vendored
*.js linguist-vendored
*.blade.php diff=html
*.css diff=css
*.html diff=html
*.md diff=markdown
*.php diff=php
/.github export-ignore
CHANGELOG.md export-ignore