Skip to content
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.

Commit

Permalink
Fix License Issue (#2499)
Browse files Browse the repository at this point in the history
Convert Git lightweight tag to annotated tag during Apache official release.
  • Loading branch information
YorkShen authored and lucky-chen committed May 30, 2019
1 parent 49254bf commit f642e49
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions android/sdk/src/main/java/com/taobao/weex/utils/WXDeviceUtils.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/**
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
package com.taobao.weex.utils;

import android.content.Context;
Expand Down
2 changes: 1 addition & 1 deletion scripts/publish_release_official.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ svn add "$1"
svn commit -m "Release ${1}"

# Publish to Github Release
git tag "$1"
git tag -a -F "RELEASE_NOTE.md" "$1"
git push "$4" "$1"
npm install -g release-it
export GITHUB_TOKEN="$5"
Expand Down

0 comments on commit f642e49

Please sign in to comment.