We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c99a48c commit 2a699a9Copy full SHA for 2a699a9
CHANGELOG.md
@@ -1,6 +1,25 @@
1
# CHANGELOG
2
3
4
+## v2.0.1 (2025-01-02)
5
+
6
+### Bug Fixes
7
8
+- Added conditions to prevent release loops
9
+ ([`c99a48c`](https://github.com/gsinghjay/fast-api-ci-cd/commit/c99a48c4fa37aebf191ccbf88bc106c865fcab4a))
10
11
+### Continuous Integration
12
13
+- **release**: Exclude semantic version commits from triggers
14
+ ([`2713e6d`](https://github.com/gsinghjay/fast-api-ci-cd/commit/2713e6d6e49ecf74471b41f17fe5adcac28638b0))
15
16
+- Add regex pattern to exclude version number commits (e.g. 2.0.0) - Prevent workflow loops from
17
+ automated version bumps - Keep manual workflow dispatch functionality - Improve automated release
18
+ handling
19
20
+[skip ci]
21
22
23
## v2.0.0 (2025-01-02)
24
25
### Bug Fixes
0 commit comments