Skip to content

Commit

Permalink
fix(changelog): improve changelog generation (#47)
Browse files Browse the repository at this point in the history
* fix(changelog): clean up blank entries

These entries should not trigger a release

* fix(ci): improve release workflow
  • Loading branch information
dankreiger committed Jan 12, 2022
1 parent 8f09424 commit 440eaad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-packages-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
- name: Lint
run: npm run lint

# - name: Test
# run: npm run test --ci --coverage --maxWorkers=2
- name: Test
run: npm run test --ci --coverage --maxWorkers=2

- name: Build
run: npm run build
Expand Down
4 changes: 0 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
## [1.0.25](https://github.com/dankreiger/tiny-either/compare/v1.0.24...v1.0.25) (2022-01-12)

## [1.0.24](https://github.com/dankreiger/tiny-either/compare/v1.0.23...v1.0.24) (2022-01-12)

## [1.0.13](https://github.com/dankreiger/tiny-either/compare/v1.0.12...v1.0.13) (2022-01-06)


Expand Down

0 comments on commit 440eaad

Please sign in to comment.