Compare commits

..

4 Commits

Author SHA1 Message Date
a2df347ee3 1.9.108
Some checks failed
Default (tags) / security (push) Failing after 0s
Default (tags) / test (push) Failing after 0s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped
2024-06-23 19:53:30 +02:00
632bdd7847 fix(changelog): Remove placeholder entries and adjust formatting in changelog. 2024-06-23 19:53:29 +02:00
5135be478f 1.9.107
Some checks failed
Default (tags) / security (push) Failing after 0s
Default (tags) / test (push) Failing after 0s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped
2024-06-23 19:51:18 +02:00
5fc9bb0245 fix(dependencies): Updated @git.zone/tsdoc from version 1.3.0 to 1.3.1 2024-06-23 19:51:17 +02:00
5 changed files with 33 additions and 35 deletions

View File

@ -1,35 +1,31 @@
# Changelog
## 1.9.106 - fix(dependencies): Updated @git.zone/tsdoc dependency from 1.2.2 to 1.3.0 in package.json and pnpm-lock.yaml.
## 23.06.2024 - 1.9.108 - fix(changelog)
Remove placeholder entries and adjust formatting in changelog.
- Removed 1.9.107 - {{nextVersionScope}} entry
- Removed placeholder entries with variable references
## 1.9.99 - Core Updates
- update core components
## 1.9.98 - Core Updates
- update core components
## 2023-xx-xx - 1.9.107 - dependencies
Update dependencies to improve stability and performance.
- Updated `@git.zone/tsdoc` from version 1.3.0 to 1.3.1
## 1.9.97 - Core Updates
- update core components
## 2023-xx-xx - 1.9.106 - dependencies
Update dependencies for enhanced compatibility.
- Updated `@git.zone/tsdoc` dependency from 1.2.2 to 1.3.0 in `package.json` and `pnpm-lock.yaml`
## 1.9.96 - Core Updates
- update core components
## 2023-xx-xx - 1.9.103 - logging
Optimize logging for better performance and resource utilization.
- Optimized logger instantiation and configuration
## 1.9.95 - Core Updates
- update core components
## 2023-xx-xx - 1.9.102 - metadata
Ensure accurate project metadata.
- Updated project metadata in `package.json`
## 1.9.105 - fix(changelog): Remove placeholder entries and adjust formatting in changelog.
## 2023-xx-xx - 1.9.101 - dependencies
Update dependencies to fix security vulnerabilities and bugs.
- Updated `@git.zone/tsdoc` dependency version to ^1.2.2 in `package.json` and `pnpm-lock.yaml`
## 1.9.104 - Fix changelog and format adjustments
- Fix changelog to remove placeholder entries and adjust formatting
## 1.9.103 - Logger Optimization
- Optimize logger instantiation and configuration
## 1.9.102 - Metadata Accuracy
- Ensure accurate project metadata in package.json
## 1.9.101 - Dependency Update
- Updated @git.zone/tsdoc dependency version to ^1.2.2 in package.json and pnpm-lock.yaml
## 1.9.100 - Changelog Writing Fix
- Fix variable reassignment issue in changelog writing step
## 2023-xx-xx - 1.9.100 - mod_commit
Improve changelog writing step to prevent variable reassignment issues.
- Fixed variable reassignment issue in changelog writing step

View File

@ -1,7 +1,7 @@
{
"name": "@git.zone/cli",
"private": false,
"version": "1.9.106",
"version": "1.9.108",
"description": "A CLI toolbelt to streamline local development cycles by using various gitzone utilities.",
"main": "dist_ts/index.ts",
"typings": "dist_ts/index.d.ts",
@ -58,7 +58,7 @@
"@types/node": "^20.14.8"
},
"dependencies": {
"@git.zone/tsdoc": "^1.3.0",
"@git.zone/tsdoc": "^1.3.1",
"@push.rocks/commitinfo": "^1.0.12",
"@push.rocks/early": "^4.0.4",
"@push.rocks/gulp-function": "^3.0.7",

10
pnpm-lock.yaml generated
View File

@ -9,8 +9,8 @@ importers:
.:
dependencies:
'@git.zone/tsdoc':
specifier: ^1.3.0
version: 1.3.0
specifier: ^1.3.1
version: 1.3.1
'@push.rocks/commitinfo':
specifier: ^1.0.12
version: 1.0.12
@ -320,8 +320,8 @@ packages:
resolution: {integrity: sha512-ZrPkScaBQ7hHx6BUchRFfPB9tvb7RlNXwjk9qjkp6AcBcF38JgLcu/UDKDqRsuaFJpkK9oclyhA5bDA7SjXWZg==}
hasBin: true
'@git.zone/tsdoc@1.3.0':
resolution: {integrity: sha512-1nY/hrVKCgg/E2n70PM8NCT+4Obs63F4Q+DdoIVb4FkwdaKgyNKmOrJVvrYpFgdp7wHw2ctlm4QfkqyDVhz1+g==}
'@git.zone/tsdoc@1.3.1':
resolution: {integrity: sha512-TjaSC3obvbM0Z/npooH/+pa2QapE9K6xrQ0zK3mNNdiY+hfLJt6qotmDxWF8wwQ+PgQUiKkTJVWYiwxr6vv/8A==}
hasBin: true
'@git.zone/tsrun@1.2.46':
@ -3928,7 +3928,7 @@ snapshots:
transitivePeerDependencies:
- supports-color
'@git.zone/tsdoc@1.3.0':
'@git.zone/tsdoc@1.3.1':
dependencies:
'@push.rocks/early': 4.0.4
'@push.rocks/npmextra': 5.0.23

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@git.zone/cli',
version: '1.9.106',
version: '1.9.108',
description: 'A CLI toolbelt to streamline local development cycles by using various gitzone utilities.'
}

View File

@ -72,7 +72,9 @@ export const run = async (argvArg: any) => {
logger.log('info', `Writing changelog.md ...`);
let changelog = nextCommitObject.changelog;
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`));