Skip to content

Commit

Permalink
chore: Bump version in package.json (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
varungandhi-src authored Nov 22, 2023
1 parent 1572f2f commit 86c5bfb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/pyright-scip/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ in `.tool-versions` may also lead to errors.

## Publishing releases

1. Change the version in `packages/pyright/package.json`
1. Change the version in `packages/pyright-scip/package.json`
to `M.N.P` and land a PR with that.
2. Add a tag `vM.N.P` to the commit on the `scip` branch
and push that tag.
4 changes: 2 additions & 2 deletions packages/pyright-scip/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/pyright-scip/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sourcegraph/scip-python",
"version": "0.5.0",
"version": "0.6.0",
"description": "SCIP indexer for Python",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 86c5bfb

Please sign in to comment.