-
-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(CI): add workflow for automating releases to GitHub (#148)
- Loading branch information
Showing
2 changed files
with
91 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# 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). | ||
|
||
## [Unreleased] | ||
|
||
- All dependencies updated. | ||
- Support `"single"` specification in `"type"` filter. <https://github.com/miraclx/freyr-js/pull/124> | ||
- Address hanging problem on exit. <https://github.com/miraclx/freyr-js/pull/125> | ||
- Touch up final stats. <https://github.com/miraclx/freyr-js/pull/126> | ||
- Fix `AND` and `OR` behavior when dealing with filters. <https://github.com/miraclx/freyr-js/pull/127> | ||
- Added the `CHANGELOG.md` file to track project changes. <https://github.com/miraclx/freyr-js/pull/148> | ||
- Introduced CI runtime checks. <https://github.com/miraclx/freyr-js/pull/121> | ||
- Introduced CI lint checks. <https://github.com/miraclx/freyr-js/pull/123> <https://github.com/miraclx/freyr-js/pull/137> | ||
- Automated the CI release process. <https://github.com/miraclx/freyr-js/pull/123> <https://github.com/miraclx/freyr-js/pull/148> | ||
- Support either `AtomicParsley` or `atomicparsley`. <https://github.com/miraclx/freyr-js/pull/140> | ||
- Documents the dependency on YouTube for sourcing audio. <https://github.com/miraclx/freyr-js/pull/142> | ||
- Documentation now links to file index of an example library – <https://miraclx.github.io/freyr-demo-library/>. | ||
|
||
## [0.5.0] - 2021-01-27 | ||
|
||
> Release Page: <https://github.com/miraclx/freyr-js/releases/tag/v0.5.0> | ||
[unreleased]: https://github.com/miraclx/freyr-js/compare/v0.5.0...HEAD | ||
[0.5.0]: https://github.com/miraclx/freyr-js/releases/tag/v0.5.0 |