mirror of
https://github.com/dnote/dnote
synced 2026-03-14 22:45:50 +01:00
Fix release process and update self hosting instruction (#229)
* Get release script to work * Update outdated instruction
This commit is contained in:
parent
2c82e36f7a
commit
901918bce4
3 changed files with 46 additions and 23 deletions
|
|
@ -10,7 +10,7 @@ project=$1
|
|||
version=$2
|
||||
assetPath=$3
|
||||
|
||||
if [ "$project" != "cli" ] || [ "$project" != "server" ]; then
|
||||
if [ "$project" != "cli" ] && [ "$project" != "server" ]; then
|
||||
echo "unrecognized project '$project'"
|
||||
exit 1
|
||||
fi
|
||||
|
|
@ -24,7 +24,6 @@ if [[ $version == v* ]]; then
|
|||
fi
|
||||
|
||||
# 1. push tag
|
||||
version=$1
|
||||
version_tag="$project-v$version"
|
||||
|
||||
echo "* tagging and pushing the tag"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue