X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=.config%2Fcoc%2Fextensions%2Fnode_modules%2Fcoc-go%2Fnode_modules%2Ftslib%2FREADME.md;h=72ff8e79afbe4c0cbfcbe8d83039580fdaa78dd9;hb=3be0a9efc698a9570a44456009afc6014812625a;hp=49c001420cba830570c3b458d9d642f910ac421d;hpb=4d07c77cf4d78cab8639e13ddc3c22495e585b0b;p=dotfiles%2F.git diff --git a/.config/coc/extensions/node_modules/coc-go/node_modules/tslib/README.md b/.config/coc/extensions/node_modules/coc-go/node_modules/tslib/README.md index 49c00142..72ff8e79 100644 --- a/.config/coc/extensions/node_modules/coc-go/node_modules/tslib/README.md +++ b/.config/coc/extensions/node_modules/coc-go/node_modules/tslib/README.md @@ -136,6 +136,16 @@ For JSPM users: } ``` +## Deployment + +- Choose your new version number +- Set it in `package.json` and `bower.json` +- Create a tag: `git tag [version]` +- Push the tag: `git push --tags` +- Create a [release in GitHub](https://github.com/microsoft/tslib/releases) +- Run the [publish to npm](https://github.com/microsoft/tslib/actions?query=workflow%3A%22Publish+to+NPM%22) workflow + +Done. # Contribute