Skip to content

Commit e1872fb

Browse files
authored
chore(scripts): add smithy-ts version pointer (#5076)
* chore(scripts): add smithy-ts version pointer * chore(scripts): use main to start
1 parent 7a817a5 commit e1872fb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

scripts/prepare-smithy-typescript.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# script to be run in the root of the checkout of awslabs/smithy-typescript.
2+
3+
COMMIT=main
4+
5+
git fetch origin $COMMIT
6+
git checkout -f $COMMIT
7+
git show -s HEAD

0 commit comments

Comments
 (0)