We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6cd1f7 commit 4642651Copy full SHA for 4642651
1 file changed
scripts/bump-version.sh
@@ -33,8 +33,15 @@ sed -i -e "s/^\(sailfish.*\) = .*/\1 = \"$NEW_VERSION\"/" README.md
33
# bump version in documents
34
find docs/en -path "*.md" -type f |while read f; do sed -i -e "s/^\(sailfish.*\) = .*/\1 = \"$NEW_VERSION\"/" "$f"; done
35
36
-#cargo update -p sailfish --precise "${NEW_VERSION}"
37
-
+#update the sailfish package to start
+cargo update -p sailfish --precise "${NEW_VERSION}"
38
#update the sailfish-compiler with cargo publish
39
+cd sailfish-compiler
40
+cargo publish
41
#update the sailfish-macros with cargo publish
-#update the sailfish with cargo publish -p sailfish
42
+cd ..
43
+cd sailfish-macros
44
45
+#update the sailfish with cargo publish -p sailfish
46
47
+cargo publish -p sailfish
0 commit comments