Skip to content

Commit fd8aa04

Browse files
authored
Merge pull request #48 from ergebnis/feature/changelog
Enhancement: Add `CHANGELOG.md`
2 parents 804d44a + f005d3b commit fd8aa04

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
## Unreleased
8+
9+
For a full diff see [`1.0.0...main`][1.0.0...main].
10+
11+
## [`1.0.0`][1.0.0]
12+
13+
For a full diff see [`1.0.0...main`][1.0.0...main].
14+
15+
### Added
16+
17+
- Added composite actions for determining the `composer` cache directory and installing dependencies with `composer` ([#47]), by [@localheinz]
18+
19+
[1.0.0]: https://github.com/ergebnis/.github/releases/tag/1.0.0
20+
21+
[ca7f15d...1.0.0]: https://github.com/ergebnis/php-package-template/compare/ca7f15d...1.0.0
22+
[1.0.0...main]: https://github.com/ergebnis/php-package-template/compare/1.0.0...main
23+
24+
[#47]: https://github.com/ergebnis/.github/pull/47
25+
26+
[@localheinz]: https://github.com/localheinz

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ Provides community health files for the [@ergebnis](https://github.com/ergebnis)
99

1010
:bulb: Also see [GitHub Docs: Creating a default community health file](https://docs.github.com/en/github/building-a-strong-community/creating-a-default-community-health-file).
1111

12+
## Changelog
13+
14+
Please have a look at [`CHANGELOG.md`](CHANGELOG.md).
15+
1216
## Contributing
1317

1418
Please have a look at [`CONTRIBUTING.md`](.github/CONTRIBUTING.md).

0 commit comments

Comments
 (0)