feat: add release link to github action outputs #522
ci.yml
on: pull_request
Evaluate changes
6s
commitlint
16s
validate
/
Lint
52s
validate
/
Validate Action Build & Execution
0s
Matrix: validate / test-linux
Matrix: validate / test-windows
Annotations
9 errors and 1 notice
test_github_actions_output.test_version_github_actions_output_format[False-1.2.3-alpha.1-True]:
tests/unit/semantic_release/cli/test_github_actions_output.py#L67
assert == failed. [pytest-clarity diff shown]
#x1B[0m
#x1B[0m#x1B[32mLHS#x1B[0m vs #x1B[31mRHS#x1B[0m shown below
#x1B[0m
#x1B[0m released=false
#x1B[0m version=1.2.3-alpha.1
#x1B[0m tag=v1.2.3-alpha.1
#x1B[0m is_prerelease=true
#x1B[0m#x1B[32m+ link=https://example.com/example_owner/example_repo/releases/tag/v1.2.3-alpha.1#x1B[0m
#x1B[0m#x1B[31m- link=https://example.com/python-semantic-release/python-semantic-release/releases/tag/v1.2.3-alpha.1#x1B[0m
#x1B[0m commit_sha=0000000000000000000000000000000000000000
#x1B[0m release_notes<<EOF
#x1B[0m ## Changes
#x1B[0m - Added new feature
#x1B[0m - Fixed bug
#x1B[0m EOF
#x1B[0m
|
test_github_actions_output.test_version_github_actions_output_format[False-1.2.3-False]:
tests/unit/semantic_release/cli/test_github_actions_output.py#L67
assert == failed. [pytest-clarity diff shown]
#x1B[0m
#x1B[0m#x1B[32mLHS#x1B[0m vs #x1B[31mRHS#x1B[0m shown below
#x1B[0m
#x1B[0m released=false
#x1B[0m version=1.2.3
#x1B[0m tag=v1.2.3
#x1B[0m is_prerelease=false
#x1B[0m#x1B[32m+ link=https://example.com/example_owner/example_repo/releases/tag/v1.2.3#x1B[0m
#x1B[0m#x1B[31m- link=https://example.com/python-semantic-release/python-semantic-release/releases/tag/v1.2.3#x1B[0m
#x1B[0m commit_sha=0000000000000000000000000000000000000000
#x1B[0m release_notes<<EOF
#x1B[0m ## Changes
#x1B[0m - Added new feature
#x1B[0m - Fixed bug
#x1B[0m EOF
#x1B[0m
|
test_github_actions_output.test_version_github_actions_output_format[True-1.2.3-alpha.1-True]:
tests/unit/semantic_release/cli/test_github_actions_output.py#L67
assert == failed. [pytest-clarity diff shown]
#x1B[0m
#x1B[0m#x1B[32mLHS#x1B[0m vs #x1B[31mRHS#x1B[0m shown below
#x1B[0m
#x1B[0m released=true
#x1B[0m version=1.2.3-alpha.1
#x1B[0m tag=v1.2.3-alpha.1
#x1B[0m is_prerelease=true
#x1B[0m#x1B[32m+ link=https://example.com/example_owner/example_repo/releases/tag/v1.2.3-alpha.1#x1B[0m
#x1B[0m#x1B[31m- link=https://example.com/python-semantic-release/python-semantic-release/releases/tag/v1.2.3-alpha.1#x1B[0m
#x1B[0m commit_sha=0000000000000000000000000000000000000000
#x1B[0m release_notes<<EOF
#x1B[0m ## Changes
#x1B[0m - Added new feature
#x1B[0m - Fixed bug
#x1B[0m EOF
#x1B[0m
|
test_github_actions_output.test_version_github_actions_output_format[True-1.2.3-False]:
tests/unit/semantic_release/cli/test_github_actions_output.py#L67
assert == failed. [pytest-clarity diff shown]
#x1B[0m
#x1B[0m#x1B[32mLHS#x1B[0m vs #x1B[31mRHS#x1B[0m shown below
#x1B[0m
#x1B[0m released=true
#x1B[0m version=1.2.3
#x1B[0m tag=v1.2.3
#x1B[0m is_prerelease=false
#x1B[0m#x1B[32m+ link=https://example.com/example_owner/example_repo/releases/tag/v1.2.3#x1B[0m
#x1B[0m#x1B[31m- link=https://example.com/python-semantic-release/python-semantic-release/releases/tag/v1.2.3#x1B[0m
#x1B[0m commit_sha=0000000000000000000000000000000000000000
#x1B[0m release_notes<<EOF
#x1B[0m ## Changes
#x1B[0m - Added new feature
#x1B[0m - Fixed bug
#x1B[0m EOF
#x1B[0m
|
validate / Unit Tests
Process completed with exit code 1.
|
validate / Unit Tests:
tests/unit/semantic_release/cli/test_github_actions_output.py#L67
test_version_github_actions_output_format[False-1.2.3-alpha.1-True]
assert == failed. [pytest-clarity diff shown]
LHS vs RHS shown below
released=false
version=1.2.3-alpha.1
tag=v1.2.3-alpha.1
is_prerelease=true
+ link=https://example.com/example_owner/example_repo/releases/tag/v1.2.3-alpha.1
- link=https://example.com/python-semantic-release/python-semantic-release/releases/tag/v1.2.3-alpha.1
commit_sha=0000000000000000000000000000000000000000
release_notes<<EOF
## Changes
- Added new feature
- Fixed bug
EOF
|
validate / Unit Tests:
tests/unit/semantic_release/cli/test_github_actions_output.py#L67
test_version_github_actions_output_format[False-1.2.3-False]
assert == failed. [pytest-clarity diff shown]
LHS vs RHS shown below
released=false
version=1.2.3
tag=v1.2.3
is_prerelease=false
+ link=https://example.com/example_owner/example_repo/releases/tag/v1.2.3
- link=https://example.com/python-semantic-release/python-semantic-release/releases/tag/v1.2.3
commit_sha=0000000000000000000000000000000000000000
release_notes<<EOF
## Changes
- Added new feature
- Fixed bug
EOF
|
validate / Unit Tests:
tests/unit/semantic_release/cli/test_github_actions_output.py#L67
test_version_github_actions_output_format[True-1.2.3-alpha.1-True]
assert == failed. [pytest-clarity diff shown]
LHS vs RHS shown below
released=true
version=1.2.3-alpha.1
tag=v1.2.3-alpha.1
is_prerelease=true
+ link=https://example.com/example_owner/example_repo/releases/tag/v1.2.3-alpha.1
- link=https://example.com/python-semantic-release/python-semantic-release/releases/tag/v1.2.3-alpha.1
commit_sha=0000000000000000000000000000000000000000
release_notes<<EOF
## Changes
- Added new feature
- Fixed bug
EOF
|
validate / Unit Tests:
tests/unit/semantic_release/cli/test_github_actions_output.py#L67
test_version_github_actions_output_format[True-1.2.3-False]
assert == failed. [pytest-clarity diff shown]
LHS vs RHS shown below
released=true
version=1.2.3
tag=v1.2.3
is_prerelease=false
+ link=https://example.com/example_owner/example_repo/releases/tag/v1.2.3
- link=https://example.com/python-semantic-release/python-semantic-release/releases/tag/v1.2.3
commit_sha=0000000000000000000000000000000000000000
release_notes<<EOF
## Changes
- Added new feature
- Fixed bug
EOF
|
validate / Build
Next release will be 'v10.3.0-dev.1'
|
Artifacts
Produced during runtime
Name | Size | Digest | |
---|---|---|---|
dist
Expired
|
445 KB |
sha256:909214ba1bf8b3ff7584bf2b71512a90423e2de56ab3c6713fa73787ca7fdb0c
|
|