feat(bump-version): allow bump file version without commit #266
test.yml
on: pull_request
test-github-output
9s
test-json
14s
test-json-new
14s
test-json-new-prerelease
10s
test-json-empty
13s
test-git
11s
test-git-no-pull
9s
test-git-fallback
12s
test-git-no-push
8s
test-skip-tag
10s
test-skip-bump
8s
test-skip-bump-with-fallback
13s
test-skip-bump-with-fallback-empty-version-file
9s
test-yaml
10s
test-yaml-new
14s
test-yaml-empty
12s
test-mix
10s
test-toml
12s
test-toml-new
10s
test-toml-empty
14s
test-pre-commit
8s
test-pre-changelog-generation
9s
test-multiple-files
11s
test-config-file-path
8s
test-skip-ci
9s
test-pre-release
10s
test-pre-release-identifier
9s
test-pre-release-to-stable
14s
test-input-file
9s
test-multiple-git-path
8s
Annotations
4 errors and 7 warnings
test-git-no-pull
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 tag -a v5.4.1 -m "v5.4.1"',
- 'git tag -a v0.55.9 -m "v0.55.9"',
'git push origin refs/pull/271/merge --follow-tags'
]
|
test-git-no-push
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 tag -a v5.4.1 -m "v5.4.1"'
- 'git tag -a v0.55.9 -m "v0.55.9"'
]
|
test-git
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 tag -a v5.4.1 -m "v5.4.1"',
- 'git tag -a v0.55.9 -m "v0.55.9"',
'git push origin refs/pull/271/merge --follow-tags'
]
|
test-git-fallback
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 tag -a v5.5.0 -m "v5.5.0"',
- 'git tag -a v0.1.0 -m "v0.1.0"',
'git push origin refs/pull/271/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-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!
|
test-yaml-empty
Tried to read "/home/runner/work/conventional-changelog-action/conventional-changelog-action/test-file-empty.yaml" but file does not exist!
|