Skip to content

Commit

Permalink
Add changelog and tweak ci
Browse files Browse the repository at this point in the history
  • Loading branch information
nalanj committed Nov 24, 2024
1 parent 5d9e5de commit 524e83e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
with:
node-version: '20.x'
- run: npm ci
- run: npm citest
- run: npm run citest
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# 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).

## [Unreleased]

### Added

- Initial release

[unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/v1.1.1...HEAD

0 comments on commit 524e83e

Please sign in to comment.