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 694adff commit a057128Copy full SHA for a057128
1 file changed
.github/scripts/README.md
@@ -36,10 +36,11 @@ bash .github/scripts/test-update-example-versions.sh
36
**Tests included**:
37
1. Version extraction from pom.xml
38
2. SNAPSHOT suffix stripping
39
-3. Full script execution
40
-4. Version pattern matching (sed patterns)
41
-5. Selective replacement (only updates dependency blocks)
42
-6. Error handling (missing files)
+3. Script accepts version argument
+4. Full script execution
+5. Version pattern matching (sed patterns)
+6. Selective replacement (only updates dependency blocks)
43
+7. Error handling (missing files)
44
45
**Exit codes**:
46
- `0`: All tests passed
0 commit comments