feat: Updated deps #204
test.yml
on: pull_request
test-github-output
8s
test-json
8s
test-json-new
5s
test-json-new-prerelease
7s
test-json-empty
8s
test-git
5s
test-git-no-pull
9s
test-git-fallback
10s
test-git-no-push
5s
test-skip-tag
6s
test-yaml
13s
test-yaml-new
5s
test-yaml-empty
4s
test-mix
8s
test-toml
5s
test-toml-new
9s
test-toml-empty
12s
test-pre-commit
5s
test-pre-changelog-generation
10s
test-multiple-files
8s
test-config-file-path
5s
test-skip-ci
6s
test-pre-release
8s
test-pre-release-identifier
6s
test-pre-release-to-stable
6s
test-input-file
4s
Annotations
1 error and 6 warnings
test-mix
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): v0.2.0 [skip ci]"',
+ 'git tag -a v0.2.0 -m "v0.2.0"',
- 'git commit -m "chore(release): v0.10.0 [skip ci]"',
- 'git tag -a v0.10.0 -m "v0.10.0"',
'git push origin refs/pull/244/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
Tried to read "/home/runner/work/conventional-changelog-action/conventional-changelog-action/test-file-new.json" 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-yaml-empty
Tried to read "/home/runner/work/conventional-changelog-action/conventional-changelog-action/test-file-empty.yaml" 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-toml-new
Tried to read "/home/runner/work/conventional-changelog-action/conventional-changelog-action/test-file-new.toml" but file does not exist!
|