Skip to content

Commit

Permalink
Dogfood the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
pg8wood committed Feb 26, 2021
1 parent a07719f commit a815b6f
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,3 @@
/Packages
/*.xcodeproj
xcuserdata/
changelogs/unreleased/
CHANGELOG.md
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Changelog
All notable changes to this project will be documented in this file.

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).

> This file is generated. To add a new changelog entry, run the `changelog` tool. For more info, run `changelog help`.
<!--Latest Release-->
## [0.1.1] - 02-26-2021

### Fixed
- Bundle `SwiftToolsSupport` [correctly](https://developer.apple.com/forums/thread/655937) when building for release

## [0.1.0] - 02-26-2021

### Added
- Initial release
- Created the Swift package
- Added `help`, `log`, and `publish` commands
- Set up unit test suite

3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,6 @@ Nice! CHANGELOG.md was updated. Congrats on the release! 🥳🍻
If the supplied file does not exist or is not readable, no text will be prepended to the changelog.
--help Show help information.
```

## Example Changelog
This project's [changelog](CHANGELOG.md) was generated by the `changelog` tool!

0 comments on commit a815b6f

Please sign in to comment.