Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,5 +113,4 @@ jobs:
cp ../README.md ./README.md
cp ../CONTRIBUTING.md ./CONTRIBUTING.md
cp ../LICENSE ./LICENSE
npm install
npm publish --non-interactive --access public
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

Bugfixes:
- Use spago.cabal instead of package.yaml to get version number (#787)
- Remove npm install from release.yml to prevent overwriting the spago file
with the Linux binary (#783, #786)
- Use spago.cabal instead of package.yaml to get version number (#787, #788)

## [0.20.1] - 2021-04-20

Expand Down