Skip to content

Commit 96200bd

Browse files
committed
Add Scripts
1 parent b86a7af commit 96200bd

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

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

10+
## [Unreleased](https://github.com/4i8/quranbot/compare/1.3.0...HEAD)
11+
12+
### Commits
13+
14+
- Changelog [`b86a7af`](https://github.com/4i8/quranbot/commit/b86a7af7e9bf69513e4928025f12f8c093297d8e)
15+
- Edit Lang [`562c223`](https://github.com/4i8/quranbot/commit/562c223be37b794af8d5c7ceab8b919aef154ee8)
16+
1017
## [1.3.0](https://github.com/4i8/quranbot/compare/1.2.1...1.3.0) - 2023-03-27
1118

1219
### Commits

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
},
4242
"devDependencies": {
4343
"@sapphire/prettier-config": "^1.4.3",
44+
"auto-changelog": "^2.4.0",
4445
"concurrently": "^7.6.0",
4546
"forever": "^4.0.3",
4647
"nodemon": "^2.0.19",
@@ -51,7 +52,8 @@
5152
"watch": "concurrently \"nodemon -L --watch src\" \"nodemon ./extensions/prayer.js\"",
5253
"start": "concurrently \"node ./src/shard.js\" \"node ./extensions/prayer.js\"",
5354
"format": "prettier --write \"src/**/*.js\"",
54-
"test": "nodemon ./src/index.js --test"
55+
"test": "nodemon ./src/index.js --test",
56+
"clog": "auto-changelog --output CHANGELOG.md --template keepachangelog --commit-limit false --unreleased --same-file"
5557
},
5658
"prettier": "@sapphire/prettier-config",
5759
"repository": {
@@ -65,4 +67,4 @@
6567
"engines": {
6668
"node": ">=16.9.0"
6769
}
68-
}
70+
}

0 commit comments

Comments
 (0)