Commit 5d3c80b
feat: add Smart Release Please action MAPCO-8998 (#105)
* feat: add Smart Release Please action
* Add .secrets to .gitignore
* feat: improve Smart Release Please action
* chore(code): clean up docstrings in find_baseline_tag and parse_semver
* docs: update README for Smart Release Please action
* feat: include --first-parent in git log command for accurate commit depth calculation
* ci: update workflow to test smart release-please action, add unit tests for rc_align
* docs: add architecture diagram and fix condition for RC version calculation
* ci: update test command for smart release-please action to use direct script execution
* feat: smart smart release please
* ci(tests): update path comment and mock return value for baseline tag test
* feat: changes for smart release please
* docs: update documentation
* docs: add comprehensive manual test results for Smart Release Please action
* docs: add comprehensive edge case and developer error testing results
* feat: enhance error handling and update documentation for chore commits
* fix: update Python version to 3.x (latest stable)
* docs: add verification report confirming all issues fixed
* fix: update main function error handling to exit with error code 1
* chore: Delete VERIFICATION-FIXES-APPLIED.md
---------
Co-authored-by: michsi24 <michalby24@gmail.com>
Co-authored-by: ronenk1 <ronenk1@rnd-hub.com>
Co-authored-by: ronenkapelian <72082238+ronenkapelian@users.noreply.github.com>1 parent de816ac commit 5d3c80b
12 files changed
Lines changed: 2363 additions & 0 deletions
File tree
- .github/workflows
- actions/smart-release-please
- images
- test
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
0 commit comments