We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb971b4 commit 4873e13Copy full SHA for 4873e13
test-release-feature.md
@@ -0,0 +1,16 @@
1
+# Test Release Feature
2
+
3
+This file is created to test the end-to-end release pipeline.
4
5
+## Test Scenarios Covered:
6
+1. Feature branch creation and PR flow
7
+2. Conventional commit validation
8
+3. CI/CD pipeline execution
9
+4. Release automation
10
11
+## Expected Outcomes:
12
+- PR validation should enforce branch naming
13
+- CI pipeline should run all checks
14
+- Merge to main should trigger release
15
+- Changelog should be auto-generated
16
+- Version should be bumped appropriately
0 commit comments