You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
559 B

3 years ago
###
# @ : Copyright (c) 2021 Phytium Information Technology, Inc.
#
# SPDX-License-Identifier: Apache-2.0.
#
# @Date: 2021-07-02 10:54:34
3 years ago
# @LastEditTime: 2021-07-22 15:21:23
3 years ago
# @Description:  This files is for
#
# @Modify History:
# Ver   Who        Date         Changes
# ----- ------     --------    --------------------------------------
###
#!/bin/sh
3 years ago
version=v0.0.5
3 years ago
branch=master
3 years ago
git add .
git tag -a $version -m "Release $version"
git commit -m "Release $version"
3 years ago
git push origin $branch --tags