Skip to content

Commit

Permalink
build: 📝 update auto-changelog settings
Browse files Browse the repository at this point in the history
  • Loading branch information
thkruz committed Jan 16, 2024
1 parent be7dc99 commit f56be2b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
1 change: 1 addition & 0 deletions .auto-changelog
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"output": "CHANGELOG.md",
"template": "changelog.hbs",
"package": true,
"hideCredit": true,
"tagPrefix": "v",
"commitLimit": false
Expand Down
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
### Changelog

All notable changes to this project will be documented in this file. Dates are displayed in UTC.
This is an automatic changelog that automatically records all changes made to the project. Generated from Git commit
messages, it details updates like bug fixes and new features, providing a clear history of the project's development.

#### [1.0.4](https://github.com/thkruz/ootk-core/compare/v1.0.4...1.0.4)

- build: :arrow_up: update auto-changelog [`be7dc99`](https://github.com/thkruz/ootk-core/commit/be7dc99b371528ba0a8970ae9e58059f35343218)

#### [v1.0.4](https://github.com/thkruz/ootk-core/compare/v1.0.3...v1.0.4)

Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@
"description": "Orbital Object Toolkit. A modern typed replacement for satellite.js including SGP4 propagation, TLE parsing, Sun and Moon calculations, and more.",
"scripts": {
"build": "npm run clean && npx tsc -p tsconfig.build.json -m esnext",
"changelog": "auto-changelog --tag-prefix v --commit-limit false -t ./changelog.hbs -o ./CHANGELOG.md",
"clean": "node ./scripts/cleanup.mjs",
"lint": "npx eslint src",
"lint:fix": "npx eslint src --fix",
"test": "jest",
"test:coverage": "jest --coverage",
"version": "auto-changelog -p && git add CHANGELOG.md"
"version": "auto-changelog && git add CHANGELOG.md"
},
"main": "dist/main.js",
"typings": "dist/main.d.ts",
Expand Down Expand Up @@ -52,4 +51,4 @@
"typescript": "^4.9.5"
},
"homepage": "https://github.com/thkruz/ootk-core"
}
}

0 comments on commit f56be2b

Please sign in to comment.