Skip to content

Commit 60bd356

Browse files
authored
Merge pull request #101 from buildkite/v1-8-0
Prepare v1.8.0
2 parents da1a012 + ddd1ac3 commit 60bd356

3 files changed

Lines changed: 11 additions & 5 deletions

File tree

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,14 @@ Bug reports and pull requests are welcome on GitHub at https://github.com/buildk
213213
214214
```sh
215215
# Version bump the code, tag and push
216-
npm version [major/minor/patch]
217-
git push && git push --tags
216+
git switch --create prepare-v1-2-3
217+
npm version --no-git-tag-version v1.2.3
218+
git push
219+
220+
# Open a pull request, get it merged
221+
git switch main
222+
git tag v1.2.3
223+
git push --tags
218224
219225
# Publish to the NPM registry
220226
npm publish

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"buildkite-test-analytics",
88
"buildkite-test-collector"
99
],
10-
"version": "1.7.3",
10+
"version": "1.8.0",
1111
"homepage": "https://buildkite.com/test-analytics",
1212
"bugs": "https://github.com/buildkite/test-collector-javascript/issues",
1313
"license": "MIT",

0 commit comments

Comments
 (0)