feat: set corresponding prerelease type from releaseType #271
test.yml
on: pull_request
test-github-output
8s
test-json
9s
test-json-new
12s
test-json-new-prerelease
10s
test-json-empty
10s
test-git
13s
test-git-no-pull
12s
test-git-fallback
11s
test-git-no-push
14s
test-skip-tag
8s
test-skip-bump
12s
test-skip-bump-with-fallback
12s
test-skip-bump-with-fallback-empty-version-file
9s
test-yaml
14s
test-yaml-new
12s
test-yaml-empty
10s
test-mix
11s
test-toml
12s
test-toml-new
10s
test-toml-empty
10s
test-pre-commit
15s
test-pre-changelog-generation
10s
test-multiple-files
10s
test-config-file-path
8s
test-skip-ci
8s
test-pre-release
8s
test-pre-release-identifier
9s
test-pre-release-to-stable
9s
test-input-file
9s
test-multiple-git-path
3s
Annotations
3 errors and 7 warnings
test-multiple-git-path
A branch or tag with the name 'feat/set-pre-release-type' could not be found
|
test-pre-release-identifier
AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
[
'git config user.name "Conventional Changelog Action"',
'git config user.email "[email protected]"',
'git pull --tags --ff-only',
'git add .',
+ 'git commit -m "chore(release): v1.5.0-alpha.0 [skip ci]"',
+ 'git tag -a v1.5.0-alpha.0 -m "v1.5.0-alpha.0"',
- 'git commit -m "chore(release): v1.4.6-alpha.0 [skip ci]"',
- 'git tag -a v1.4.6-alpha.0 -m "v1.4.6-alpha.0"',
'git push origin refs/pull/273/merge --follow-tags'
]
|
test-pre-release
AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
[
'git config user.name "Conventional Changelog Action"',
'git config user.email "[email protected]"',
'git pull --tags --ff-only',
'git add .',
+ 'git commit -m "chore(release): v1.5.0-rc.0 [skip ci]"',
+ 'git tag -a v1.5.0-rc.0 -m "v1.5.0-rc.0"',
- 'git commit -m "chore(release): v1.4.6-rc.0 [skip ci]"',
- 'git tag -a v1.4.6-rc.0 -m "v1.4.6-rc.0"',
'git push origin refs/pull/273/merge --follow-tags'
]
|
test-input-file
Tried to read "/home/runner/work/conventional-changelog-action/conventional-changelog-action/test-file-empty.toml" but file does not exist!
|
test-json-new-prerelease
Tried to read "/home/runner/work/conventional-changelog-action/conventional-changelog-action/test-file-new-prerelease.json" but file does not exist!
|
test-json-new
Tried to read "/home/runner/work/conventional-changelog-action/conventional-changelog-action/test-file-new.json" but file does not exist!
|
test-skip-bump-with-fallback-empty-version-file
Tried to read "/home/runner/work/conventional-changelog-action/conventional-changelog-action/test-file-empty.json" but file does not exist!
|
test-yaml-empty
Tried to read "/home/runner/work/conventional-changelog-action/conventional-changelog-action/test-file-empty.yaml" but file does not exist!
|
test-toml-new
Tried to read "/home/runner/work/conventional-changelog-action/conventional-changelog-action/test-file-new.toml" but file does not exist!
|
test-yaml-new
Tried to read "/home/runner/work/conventional-changelog-action/conventional-changelog-action/test-file-new.yaml" but file does not exist!
|