-
Notifications
You must be signed in to change notification settings - Fork 1
feat: add Smart Release Please action MAPCO-8998 #105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
fdab909
feat: add Smart Release Please action
8d4bc7d
Add .secrets to .gitignore
michalby24 0ec4256
feat: improve Smart Release Please action
16476ee
chore(code): clean up docstrings in find_baseline_tag and parse_semver
d56727a
docs: update README for Smart Release Please action
6c03ce2
feat: include --first-parent in git log command for accurate commit d…
48dd03f
ci: update workflow to test smart release-please action, add unit te…
46cbbbb
docs: add architecture diagram and fix condition for RC version calcu…
7960f15
ci: update test command for smart release-please action to use direct…
53e6d93
feat: smart smart release please
ab49bb2
ci(tests): update path comment and mock return value for baseline tag…
de3a54d
feat: changes for smart release please
b224881
docs: update documentation
681ec56
docs: add comprehensive manual test results for Smart Release Please …
ronenkapelian 371d0d3
docs: add comprehensive edge case and developer error testing results
ronenkapelian 5e36ad3
feat: enhance error handling and update documentation for chore commits
6144c20
fix: update Python version to 3.x (latest stable)
ronenkapelian 28cffd5
docs: add verification report confirming all issues fixed
ronenkapelian 6920c4a
fix: update main function error handling to exit with error code 1
81e0d11
Merge branch 'smart-release-please' of https://github.com/MapColonies…
506f81a
chore: Delete VERIFICATION-FIXES-APPLIED.md
ronenkapelian File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,23 @@ | ||
| name: Test smart release-please action | ||
|
|
||
| on: | ||
| pull_request: | ||
| paths: | ||
| - 'actions/smart-release-please/**' | ||
|
|
||
| jobs: | ||
| test-action: | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - name: Checkout this repo | ||
| uses: actions/checkout@v6 | ||
|
|
||
| - name: Set up Python | ||
| uses: actions/setup-python@v6 | ||
| with: | ||
| python-version: '3.10' | ||
|
|
||
| - name: Run smart release-please action tests | ||
| shell: bash | ||
| run: python3 test/test_rc_align.py -v | ||
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1,2 @@ | ||
| node_modules/ | ||
| .secrets |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.