File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -413,18 +413,18 @@ Git workflow:
413413
414414- Create a feature branch: ` $ git branch feature-name `
415415- When feature finished, merge:
416- - ` $ git checkout master `
417- - ` $ git merge feature-name `
418- - ` $ git push `
416+ - ` $ git checkout master `
417+ - ` $ git merge feature-name `
418+ - ` $ git push `
419419 - Delete the feature branch.
420420- Bump version in package.json, ` npm run gv ` , and run tests.
421421- Build examples ` npm run build:examples `
422422- Commit: ` $ git commit -a -m "Release 7.7.7" `
423423- Create [ tag] ( https://git-scm.com/book/en/v2/Git-Basics-Tagging ) :
424- - ` $ git tag -a 7.7.7 -m "v7.7.7 Superb Name" `
424+ - ` $ git tag -a 7.7.7 -m "v7.7.7 Superb Name" `
425425 - ` $ git push --tags `
426426- Publish to npm:
427- - ` $ npm publish `
427+ - ` $ npm publish `
428428
429429
430430## Acknowledgments
You can’t perform that action at this time.
0 commit comments