Zach Borboa
|
c93a891749
|
Update order of pull request checks
|
2023-08-25 07:29:51 -07:00 |
|
Zach Borboa
|
efe4f69683
|
Normalize strings
|
2023-07-01 09:57:03 -07:00 |
|
Zach Borboa
|
6c49609b9f
|
Format python files
|
2023-07-01 09:57:03 -07:00 |
|
Zach Borboa
|
422d1858d4
|
Only display diff after commit
|
2023-01-13 04:39:21 -08:00 |
|
Zach Borboa
|
b5e90e45a9
|
Fix release failure by fetching all tags during checkout
Command:
for remote in local_repo.remotes:
remote.fetch('--tags')
Error message:
git.exc.GitCommandError: Cmd('git') failed due to: exit code(128)
cmdline: git fetch -v -- origin --tags
stderr: 'fatal: couldn't find remote ref --tags'
Before:
Fetching the repository
/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin [...]
After:
Fetching the repository
/usr/bin/git -c protocol.version=2 fetch --prune --progress --no-recurse-submodules origin [...]
|
2022-12-30 18:03:02 -08:00 |
|
Zach Borboa
|
6d91f62e88
|
Skip including release notes for cleanup pull requests
|
2022-12-08 18:45:48 -08:00 |
|
Zach Borboa
|
91c885076a
|
Exit earlier if any pull request is missing semantic version change type
|
2022-12-08 18:36:45 -08:00 |
|
Zach Borboa
|
9195bcde44
|
Clarify make release message
|
2022-09-30 05:31:36 -07:00 |
|
Zach Borboa
|
a7ada9308c
|
Run release earlier
|
2022-09-29 05:14:47 -07:00 |
|
Zach Borboa
|
7bbb9e7e0d
|
Rename action step name and script name
|
2022-09-23 21:08:44 -07:00 |
|