diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 52cabda..1066063 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,6 +5,9 @@ on: branches: [master] pull_request: branches: [master] + create: + tags: + - '*' jobs: build: diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..34ef5b4 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,16 @@ +# 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.1.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [1.0.0] + +### Added + +- Working UEFI bootloader +- Functional documentation + +[unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/1.0.0...HEAD +[1.0.0]: https://github.com/olivierlacan/keep-a-changelog/releases/tag/1.0.0]