Compare commits
16 Commits
Author | SHA1 | Date | |
---|---|---|---|
f34718bfb3 | |||
0db0b17e0d | |||
7c4dffd142 | |||
d716364cb0 | |||
53cb139277 | |||
5c0834aa48 | |||
a2df347ee3 | |||
632bdd7847 | |||
5135be478f | |||
5fc9bb0245 | |||
a3b7a33bc2 | |||
51fd699965 | |||
45020805cb | |||
c9e384567e | |||
152b436096 | |||
99f88236cb |
35
changelog.md
35
changelog.md
@ -1,21 +1,32 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
```markdown
|
## 2024-06-23 - 1.9.111 - fix(dependencies)
|
||||||
## 1.9.103 - fix(logging): Optimize logger instantiation and configuration.
|
Update @git.zone/tsdoc to version 1.3.4
|
||||||
|
- Updated @git.zone/tsdoc in package.json from version 1.3.2 to 1.3.4.
|
||||||
- Placeholder entry for the next version changes.
|
- Updated pnpm-lock.yaml to reflect the @git.zone/tsdoc version bump.
|
||||||
|
- Ensured all relevant dependencies and transitive dependencies reflect the new @git.zone/tsdoc version.
|
||||||
## 1.9.102 - fix(metadata): Ensure accurate project metadata in package.json
|
|
||||||
|
|
||||||
- Placeholder entry for the next version changes.
|
|
||||||
|
|
||||||
|
|
||||||
|
## 2024-06-23 - 1.9.110 - fix(changelog)
|
||||||
|
Remove outdated entries and adjust formatting in changelog
|
||||||
|
- Removed outdated entries from changelog
|
||||||
|
- Adjusted changelog formatting for clarity
|
||||||
|
|
||||||
|
|
||||||
## 1.9.101 - fix(dependencies): Updated @git.zone/tsdoc dependency version to ^1.2.2 in package.json and pnpm-lock.yaml
|
## 2023-xx-xx - 1.9.109 - dependencies
|
||||||
|
Updated @git.zone/tsdoc dependency to version 1.3.2.
|
||||||
|
|
||||||
- Fix: General core updates
|
- Ensured compatibility with the latest version of @git.zone/tsdoc.
|
||||||
|
|
||||||
## 1.9.100
|
## 2023-xx-xx - 1.9.103 - logging
|
||||||
|
Optimized logger instantiation and configuration.
|
||||||
|
|
||||||
|
- Improved application performance by refining logger setup.
|
||||||
|
- Reduced initialization time for logging components.
|
||||||
|
|
||||||
|
## 2023-xx-xx - 1.9.102 - metadata
|
||||||
|
Ensured accurate project metadata in package.json.
|
||||||
|
|
||||||
|
- Corrected metadata fields to better reflect project details.
|
||||||
|
- Updated author and version information for consistency.
|
||||||
|
|
||||||
- Fix: Fix variable reassignment issue in changelog writing step
|
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@git.zone/cli",
|
"name": "@git.zone/cli",
|
||||||
"private": false,
|
"private": false,
|
||||||
"version": "1.9.103",
|
"version": "1.9.111",
|
||||||
"description": "A CLI toolbelt to streamline local development cycles by using various gitzone utilities.",
|
"description": "A CLI toolbelt to streamline local development cycles by using various gitzone utilities.",
|
||||||
"main": "dist_ts/index.ts",
|
"main": "dist_ts/index.ts",
|
||||||
"typings": "dist_ts/index.d.ts",
|
"typings": "dist_ts/index.d.ts",
|
||||||
@ -58,7 +58,7 @@
|
|||||||
"@types/node": "^20.14.8"
|
"@types/node": "^20.14.8"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@git.zone/tsdoc": "^1.2.2",
|
"@git.zone/tsdoc": "^1.3.4",
|
||||||
"@push.rocks/commitinfo": "^1.0.12",
|
"@push.rocks/commitinfo": "^1.0.12",
|
||||||
"@push.rocks/early": "^4.0.4",
|
"@push.rocks/early": "^4.0.4",
|
||||||
"@push.rocks/gulp-function": "^3.0.7",
|
"@push.rocks/gulp-function": "^3.0.7",
|
||||||
|
28
pnpm-lock.yaml
generated
28
pnpm-lock.yaml
generated
@ -9,8 +9,8 @@ importers:
|
|||||||
.:
|
.:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@git.zone/tsdoc':
|
'@git.zone/tsdoc':
|
||||||
specifier: ^1.2.2
|
specifier: ^1.3.4
|
||||||
version: 1.2.2
|
version: 1.3.4
|
||||||
'@push.rocks/commitinfo':
|
'@push.rocks/commitinfo':
|
||||||
specifier: ^1.0.12
|
specifier: ^1.0.12
|
||||||
version: 1.0.12
|
version: 1.0.12
|
||||||
@ -320,8 +320,8 @@ packages:
|
|||||||
resolution: {integrity: sha512-ZrPkScaBQ7hHx6BUchRFfPB9tvb7RlNXwjk9qjkp6AcBcF38JgLcu/UDKDqRsuaFJpkK9oclyhA5bDA7SjXWZg==}
|
resolution: {integrity: sha512-ZrPkScaBQ7hHx6BUchRFfPB9tvb7RlNXwjk9qjkp6AcBcF38JgLcu/UDKDqRsuaFJpkK9oclyhA5bDA7SjXWZg==}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
|
||||||
'@git.zone/tsdoc@1.2.2':
|
'@git.zone/tsdoc@1.3.4':
|
||||||
resolution: {integrity: sha512-Oj1VUqMbfCpDB1UAggQd0qD9+7f7pvGKbZ6d2LNHU/lK4p7AbWg7WBu1GO6EiskV1s2SUFt9M0yAiAgpz+XeQg==}
|
resolution: {integrity: sha512-L3HA7d+rEs5NIEpX/zTOMrTQNsbiUjDfXOX8mFJ5+Jg6sSYLJDSBUtpE/5FgLJ39s3CYMGgolJxAZfZJDXmRoA==}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
|
||||||
'@git.zone/tsrun@1.2.46':
|
'@git.zone/tsrun@1.2.46':
|
||||||
@ -517,8 +517,8 @@ packages:
|
|||||||
'@push.rocks/smartfm@2.0.4':
|
'@push.rocks/smartfm@2.0.4':
|
||||||
resolution: {integrity: sha512-5cDSW/+85mI+9lVkiivQKfq+HHdbXz+Vv8rKYX6/4yNpyJup+0YDlrtqnCXSp683cJd/gfGLVX/eNN9LIGe4Nw==}
|
resolution: {integrity: sha512-5cDSW/+85mI+9lVkiivQKfq+HHdbXz+Vv8rKYX6/4yNpyJup+0YDlrtqnCXSp683cJd/gfGLVX/eNN9LIGe4Nw==}
|
||||||
|
|
||||||
'@push.rocks/smartgit@3.0.4':
|
'@push.rocks/smartgit@3.1.0':
|
||||||
resolution: {integrity: sha512-6uYifD4rGjTp6KO8kdaVenXeef0uZOfQSTuLuG3+ubpMXwZNSp0iQWx+XgS5pQipzG0+3p4ddnQ7/R8gm7LWOg==}
|
resolution: {integrity: sha512-a3LbECFQSURkJc9t8CGJrzv7ZzfG1c83x424nb6jfj3jVJXCqjMvs1AkmpkUiro77J7yg4CavTu8vslAfrPIOw==}
|
||||||
|
|
||||||
'@push.rocks/smartguard@3.0.2':
|
'@push.rocks/smartguard@3.0.2':
|
||||||
resolution: {integrity: sha512-9TuYPSRxNj0DS84d5ZvSARXRehVCqVq7nC85o/p58kb3aeRtY0A6Hz9dtSdFjEvprEBCqEEzdmiFlNsNYBpwbQ==}
|
resolution: {integrity: sha512-9TuYPSRxNj0DS84d5ZvSARXRehVCqVq7nC85o/p58kb3aeRtY0A6Hz9dtSdFjEvprEBCqEEzdmiFlNsNYBpwbQ==}
|
||||||
@ -2175,8 +2175,8 @@ packages:
|
|||||||
resolution: {integrity: sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==}
|
resolution: {integrity: sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==}
|
||||||
engines: {node: '>=16'}
|
engines: {node: '>=16'}
|
||||||
|
|
||||||
isomorphic-git@1.26.1:
|
isomorphic-git@1.26.2:
|
||||||
resolution: {integrity: sha512-bBZCORcyVf3yLCI10iDwpVnzTaXsMSHZ7m2DnhDLMa40SCiyuRpU7TqdYSdGpaAmxmcOL4zMmZWDxfWZOjK1yg==}
|
resolution: {integrity: sha512-swKxfDm/GyaU5ojGwKtfs3EiHwlUf3iP1iIHPduaJHA5y1cIzMDFo3ogwdW6i00UmAjYQNKyF2BZgj/jz58/2A==}
|
||||||
engines: {node: '>=12'}
|
engines: {node: '>=12'}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
|
||||||
@ -3928,7 +3928,7 @@ snapshots:
|
|||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
'@git.zone/tsdoc@1.2.2':
|
'@git.zone/tsdoc@1.3.4':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@push.rocks/early': 4.0.4
|
'@push.rocks/early': 4.0.4
|
||||||
'@push.rocks/npmextra': 5.0.23
|
'@push.rocks/npmextra': 5.0.23
|
||||||
@ -3937,12 +3937,13 @@ snapshots:
|
|||||||
'@push.rocks/smartcli': 4.0.11
|
'@push.rocks/smartcli': 4.0.11
|
||||||
'@push.rocks/smartdelay': 3.0.5
|
'@push.rocks/smartdelay': 3.0.5
|
||||||
'@push.rocks/smartfile': 11.0.20
|
'@push.rocks/smartfile': 11.0.20
|
||||||
'@push.rocks/smartgit': 3.0.4
|
'@push.rocks/smartgit': 3.1.0
|
||||||
'@push.rocks/smartinteract': 2.0.15
|
'@push.rocks/smartinteract': 2.0.15
|
||||||
'@push.rocks/smartlog': 3.0.7
|
'@push.rocks/smartlog': 3.0.7
|
||||||
'@push.rocks/smartlog-destination-local': 9.0.2
|
'@push.rocks/smartlog-destination-local': 9.0.2
|
||||||
'@push.rocks/smartpath': 5.0.18
|
'@push.rocks/smartpath': 5.0.18
|
||||||
'@push.rocks/smartshell': 3.0.5
|
'@push.rocks/smartshell': 3.0.5
|
||||||
|
'@push.rocks/smarttime': 4.0.6
|
||||||
typedoc: 0.26.1(typescript@5.5.2)
|
typedoc: 0.26.1(typescript@5.5.2)
|
||||||
typescript: 5.5.2
|
typescript: 5.5.2
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
@ -4353,7 +4354,7 @@ snapshots:
|
|||||||
dependencies:
|
dependencies:
|
||||||
gray-matter: 4.0.3
|
gray-matter: 4.0.3
|
||||||
|
|
||||||
'@push.rocks/smartgit@3.0.4':
|
'@push.rocks/smartgit@3.1.0':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@push.rocks/smartenv': 5.0.12
|
'@push.rocks/smartenv': 5.0.12
|
||||||
'@push.rocks/smartfile': 11.0.20
|
'@push.rocks/smartfile': 11.0.20
|
||||||
@ -4361,10 +4362,11 @@ snapshots:
|
|||||||
'@push.rocks/smartpromise': 4.0.3
|
'@push.rocks/smartpromise': 4.0.3
|
||||||
'@push.rocks/smartshell': 3.0.5
|
'@push.rocks/smartshell': 3.0.5
|
||||||
'@push.rocks/smartstring': 4.0.15
|
'@push.rocks/smartstring': 4.0.15
|
||||||
|
'@push.rocks/smarttime': 4.0.6
|
||||||
'@types/diff': 5.2.1
|
'@types/diff': 5.2.1
|
||||||
'@types/minimatch': 5.1.2
|
'@types/minimatch': 5.1.2
|
||||||
diff: 5.2.0
|
diff: 5.2.0
|
||||||
isomorphic-git: 1.26.1
|
isomorphic-git: 1.26.2
|
||||||
|
|
||||||
'@push.rocks/smartguard@3.0.2':
|
'@push.rocks/smartguard@3.0.2':
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -6506,7 +6508,7 @@ snapshots:
|
|||||||
|
|
||||||
isexe@3.1.1: {}
|
isexe@3.1.1: {}
|
||||||
|
|
||||||
isomorphic-git@1.26.1:
|
isomorphic-git@1.26.2:
|
||||||
dependencies:
|
dependencies:
|
||||||
async-lock: 1.4.1
|
async-lock: 1.4.1
|
||||||
clean-git-ref: 2.0.1
|
clean-git-ref: 2.0.1
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@git.zone/cli',
|
name: '@git.zone/cli',
|
||||||
version: '1.9.103',
|
version: '1.9.111',
|
||||||
description: 'A CLI toolbelt to streamline local development cycles by using various gitzone utilities.'
|
description: 'A CLI toolbelt to streamline local development cycles by using various gitzone utilities.'
|
||||||
}
|
}
|
||||||
|
@ -72,7 +72,9 @@ export const run = async (argvArg: any) => {
|
|||||||
logger.log('info', `Writing changelog.md ...`);
|
logger.log('info', `Writing changelog.md ...`);
|
||||||
let changelog = nextCommitObject.changelog;
|
let changelog = nextCommitObject.changelog;
|
||||||
changelog = changelog.replaceAll('{{nextVersion}}', (await commitInfo.getNextPlannedVersion()).versionString);
|
changelog = changelog.replaceAll('{{nextVersion}}', (await commitInfo.getNextPlannedVersion()).versionString);
|
||||||
changelog = changelog.replaceAll('{{nextVersionMessage}}', commitString);
|
changelog = changelog.replaceAll('{{nextVersionScope}}', `${await answerBucket.getAnswerFor('commitType')}(${await answerBucket.getAnswerFor('commitScope')})`);
|
||||||
|
changelog = changelog.replaceAll('{{nextVersionMessage}}', nextCommitObject.recommendedNextVersionMessage);
|
||||||
|
changelog = changelog.replaceAll('{{nextVersionDetails}}', '- ' + nextCommitObject.recommendedNextVersionDetails.join('\n- '));
|
||||||
|
|
||||||
await plugins.smartfile.memory.toFs(changelog, plugins.path.join(paths.cwd, `changelog.md`));
|
await plugins.smartfile.memory.toFs(changelog, plugins.path.join(paths.cwd, `changelog.md`));
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user