Skip to content

Commit

Permalink
Fixed changelog scripts & fixed GH workflows failing without
Browse files Browse the repository at this point in the history
auto-changelog installed
  • Loading branch information
artus9033 committed Mar 31, 2022
1 parent 7016281 commit e05e763
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
- name: Update NPM
run: npm install -g npm

- name: Install auto-changelog
run: npm install -g auto-changelog

- name: Install NPM dependencies
run: npm install

Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

## [v2.2.0](https://github.com/artus9033/tsdiskdb/compare/v2.1.2...v2.2.0)

### Commits

- Updated CHANGELOG [`7016281`](https://github.com/artus9033/tsdiskdb/commit/70162810e3717353ac4bd155a14b55e74eff23e3)

## [v2.1.2](https://github.com/artus9033/tsdiskdb/compare/v2.1.1...v2.1.2) - 2021-08-26

### Commits
Expand Down
5 changes: 2 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tsdiskdb",
"version": "2.1.2",
"version": "2.1.3",
"description": "TypeScript disk-based JSON database for storing small structures with a Mongo-like interface",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -9,7 +9,7 @@
"dev": "tsc --watch",
"test": "jest",
"prepublish": "npm run changelog && npm run build",
"changelog": "auto-changelog --template keepachangelog"
"changelog": "npx auto-changelog -p --template keepachangelog"
},
"author": "artus9033",
"homepage": "github.com/artus9033/tsdiskdb",
Expand Down

0 comments on commit e05e763

Please sign in to comment.