Skip to content

Commit 5479374

Browse files
author
Lasim
committed
chore(changelog): update changelog header and remove outdated version details
1 parent 42fca7c commit 5479374

File tree

2 files changed

+2
-15
lines changed

2 files changed

+2
-15
lines changed

.release-it.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ module.exports = {
2222
"@release-it/conventional-changelog": {
2323
"preset": "angular",
2424
"infile": "CHANGELOG.md",
25-
"ignoreRecommendedBump": true
25+
"ignoreRecommendedBump": true,
26+
"header": "# Changelog\n"
2627
}
2728
}
2829
};

CHANGELOG.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,5 @@
11
# Changelog
22

3-
# [1.21.0](https://github.com/deploystackio/docker-to-iac/compare/v1.20.1...v1.21.0) (2025-03-30)
4-
5-
6-
### Bug Fixes
7-
8-
* remove hardcoded environment type from RenderParser ([8fe96a1](https://github.com/deploystackio/docker-to-iac/commit/8fe96a10e427ff09929f558b5a191b0beb4624cb))
9-
10-
11-
### Features
12-
13-
* enhance service connection handling with native references and update configurations ([3a2143e](https://github.com/deploystackio/docker-to-iac/commit/3a2143ed9c3a43a164b772947dc16db85ade478c))
14-
* simplify service connection resolution by replacing service references in environment variables ([7b65d8a](https://github.com/deploystackio/docker-to-iac/commit/7b65d8a35c4956ed37726ec15046487203492734))
15-
* update version to 1.20.1 and add service connection resolution functionality ([c870ee7](https://github.com/deploystackio/docker-to-iac/commit/c870ee76c2f5f91d2e151e73948f0b89bc5a211e))
16-
173
## [1.20.1](https://github.com/deploystackio/docker-to-iac/compare/v1.20.0...v1.20.1) (2025-03-25)
184

195

0 commit comments

Comments
 (0)