feat: Add option to skip version bumping. #217
test.yml
on: pull_request
test-github-output
8s
test-json
10s
test-json-new
9s
test-json-new-prerelease
9s
test-json-empty
13s
test-git
9s
test-git-no-pull
8s
test-git-fallback
11s
test-git-no-push
10s
test-skip-tag
10s
test-skip-bump
8s
test-yaml
19s
test-yaml-new
13s
test-yaml-empty
14s
test-mix
10s
test-toml
13s
test-toml-new
9s
test-toml-empty
13s
test-pre-commit
9s
test-pre-changelog-generation
10s
test-multiple-files
10s
test-config-file-path
11s
test-skip-ci
9s
test-pre-release
10s
test-pre-release-identifier
9s
test-pre-release-to-stable
10s
test-input-file
9s
Annotations
1 error and 6 warnings
test-skip-bump
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): vnull [skip ci]"',
+ 'git tag -a vnull -m "vnull"',
- 'git commit -m "chore(release): v1.5.0 [skip ci]"',
- 'git tag -a v1.5.0 -m "v1.5.0"',
'git push origin refs/pull/251/merge --follow-tags'
]
|
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-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
Tried to read "/home/runner/work/conventional-changelog-action/conventional-changelog-action/test-file-new.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!
|