Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
share
anue-fe-sdk
Commits
6c28c67b
Commit
6c28c67b
authored
6 years ago
by
Ben Hsieh
Browse files
Options
Download
Email Patches
Plain Diff
Release #v0.0.1-beta
parent
ac13cbc5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
scripts/build-and-commit.sh
scripts/build-and-commit.sh
+1
-2
No files found.
scripts/build-and-commit.sh
View file @
6c28c67b
VERSION
=
$1
git tag
$VERSION
git tag
source-
$VERSION
git push
--tags
# Get origin url of current git
ORIGIN_URL
=
$(
git config
--get
remote.origin.url
)
...
...
@@ -12,7 +12,6 @@ git remote add origin $ORIGIN_URL
cp
../package.json ./
git add
.
-A
git commit
-m
"anue-fe-sdk publish commit
$VERSION
"
git tag
$VERSION
git push origin master:
$VERSION
cd
..
rm
-rf
./build
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment