Skip to content

Commit

Permalink
Merge branch 'master' of github.com:uptrace/bun
Browse files Browse the repository at this point in the history
  • Loading branch information
vmihailenco committed Sep 11, 2021
2 parents 9c6c248 + 3d840b9 commit 413e666
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "bun",
"version": "0.0.0",
"main": "index.js",
"repository": "[email protected]:uptrace/bun.git",
"author": "Vladimir Mihailenco <[email protected]>",
"license": "BSD-2-clause"
}
2 changes: 2 additions & 0 deletions scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ do
done

sed --in-place "s/\(return \)\"[^\"]*\"/\1\"${TAG#v}\"/" ./version.go
sed --in-place "s/\(\"version\": \)\"[^\"]*\"/\1\"${TAG#v}\"/" ./package.json

conventional-changelog -p angular -i CHANGELOG.md -s

git checkout -b release/${TAG} master
Expand Down

0 comments on commit 413e666

Please sign in to comment.