Skip to content

Commit 71cf3ac

Browse files
committed
Don't restrict releases to master only
1 parent dfc52e8 commit 71cf3ac

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tools/make_release

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,10 @@ make clean
9797
make annotator plugins annotator-full
9898

9999
echo "Committing release and creating tag"
100-
git co master
101100
git add -f pkg/*
102101

103102
tree=$(git write-tree)
104-
parent=$(git rev-parse master)
103+
parent=$(git rev-parse HEAD)
105104

106105
commit=$(echo "Annotator release v${VERSION}" | git commit-tree "${tree}" -p "${parent}")
107106

0 commit comments

Comments
 (0)