Skip to content

Commit 541aa00

Browse files
committed
Update YAML fixture
1 parent e807d64 commit 541aa00

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

test/fixtures/yaml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
1-
files: [
2-
'package.json'
3-
]
1+
files:
2+
3+
- package.json
44

55
plugins:
66

77
prerelease:
88

9-
'Linting config files':
10-
plugin: 'bumped-finepack'
9+
Linting config files:
10+
plugin: bumped-finepack
1111

1212
postrelease:
1313

14-
'Generating CHANGELOG file':
15-
plugin: 'bumped-changelog'
14+
Generating CHANGELOG file:
15+
plugin: bumped-changelog
1616

17-
'Commiting new version':
18-
plugin: 'bumped-terminal'
19-
command: 'git add CHANGELOG.md package.json && git commit -m "Release $newVersion"'
17+
Commiting new version:
18+
plugin: bumped-terminal
19+
command: git add CHANGELOG.md package.json && git commit -m "Release $newVersion"
2020

21-
'Detecting problems before publish':
22-
plugin: 'bumped-terminal'
23-
command: 'git-dirty && npm test'
21+
Detecting problems before publish:
22+
plugin: bumped-terminal
23+
command: git-dirty && npm test
2424

25-
'Publishing tag at Github':
26-
plugin: 'bumped-terminal'
27-
command: 'git tag $newVersion && git push && git push --tags'
25+
Publishing tag at Github:
26+
plugin: bumped-terminal
27+
command: git tag $newVersion && git push && git push --tags
2828

29-
'Publishing at NPM':
30-
plugin: 'bumped-terminal'
31-
command: 'npm publish'
29+
Publishing at NPM:
30+
plugin: bumped-terminal
31+
command: npm publish

0 commit comments

Comments
 (0)