Skip to content

Commit

Permalink
Merge pull request #3 from suzuki-shunsuke/build/fix-release.sh
Browse files Browse the repository at this point in the history
build: fix release.sh
  • Loading branch information
suzuki-shunsuke authored Mar 9, 2020
2 parents f3cdb48 + 2f0892e commit 8c3ec8d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ fi

ee cd "$(dirname "$0")/.."

VERSION_FILE=pkg/domain/version.go
VERSION_FILE=pkg/constant/version.go
echo "create $VERSION_FILE"
cat << EOS > "$VERSION_FILE"
package domain
package constant
// Don't edit this file.
// This file is generated by the release command.
// Version is the cmdx's version.
// Version is the github-comment's version.
const Version = "$VERSION"
EOS

Expand Down

0 comments on commit 8c3ec8d

Please sign in to comment.