We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cce209e commit 43c872cCopy full SHA for 43c872c
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@alpacahq/alpaca-trade-api",
3
- "version": "2.14.0",
+ "version": "2.15.0",
4
"description": "Javascript library for the Alpaca Trade API",
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
tools/tag.sh
@@ -22,7 +22,7 @@ echo ""
22
case $YN in
23
y|Y )
24
echo "Okay, committing this change";
25
- git commit -m "Version bump to $VERSION" -m "This commit was auto generated by a tool!"
+ git commit -am "Version bump to $VERSION" -m "This commit was auto generated by a tool!"
26
git tag -a "v$VERSION" -m "Version bump to $VERSION" -m "This tag was auto generated by a tool!"
27
git tag --sort -refname | head -n 5
28
echo "Done!"
0 commit comments