You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@weex.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/07/20 07:33:00 UTC

[jira] [Commented] (WEEX-525) Automate beta branch-off procedure

    [ https://issues.apache.org/jira/browse/WEEX-525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16550332#comment-16550332 ] 

ASF GitHub Bot commented on WEEX-525:
-------------------------------------

GitHub user jondong opened a pull request:

    https://github.com/apache/incubator-weex/pull/1353

    [WEEX-525] Created the automate beta branch-off scripts.

    The script beta-branchoff.sh is to automate the weekly beta release
    branch-off procedure. It helps to identify which is the latest
    non-RC version number and release a new beta branch with the number.
    The branch will be branched-off from origin/master and will be pushed
    onto apache after its creation.
    
    A valid beta version number looks like: 0.18.0-beta1
    A Valid beta branch name looks like: 0.18.0-beta1-180720
    
    common.sh provides some useful gadgets for the scripts and can be
    shared across scripts.
    
    First of all, thank you for your contribution! 
    
    Please makes sure that these checkboxes are checked before submitting your PR, thank you!
    
    <!-- 
    How to use github markdown?
    ### checkable example
    - [x] checked
    - [ ] not checked
    More github Markdown info to see https://guides.github.com/features/mastering-markdown/
    -->
    
    CheckList:
    
    **if** *isBugFix* **:**
    
      * [ ] Make sure that you add at least one unit test for the bug which you had fixed.
    
    **elif** *isNewFeature* **:**
    
      * [ ] Update API docs for the component.
      * [ ] Update/Add demo to demonstrate new feature.
      * [ ] Update test scripts for the feature.
      * [ ] Add unit tests for the feature.
    
    <!--
    (请在***提交***前删除这段描述)
    
    Notes: Weex will move into Apache Software Foundation (ASF) on Feb 24 2017.
    
    Our new GitHub repo is https://github.com/apache/incubator-weex
    
    After Feb 24 2017, we only accept pull requests from https://github.com/apache/incubator-weex
    
    Thank you for your support.
    
    ----
    
    注意:Weex 将于 2017-02-24 迁移至 Apache 基金会
    
    届时我们会使用新的 GitHub 仓库:https://github.com/apache/incubator-weex 并在那里继续接受大家的 pull request。
    
    更多详情请关注:https://github.com/weexteam/article/issues/130
    
    感谢理解和支持
    
    -->
    
    <!--
    (请在***提交***前删除这段描述)
    It's ***RECOMMENDED*** to submit typo fix, new demo, tiny bugfix and large feature to `master` branch.
        
    See [Branch Strategy](https://github.com/alibaba/weex/blob/dev/CONTRIBUTING.md#branch-management) for more detail.
    
    ----
    
    错别字修改、新 demo、较小的 bugfix、甚至较大的功能都可以直接提到 `master` 分支;
    
    查看完整的[分支策略 (英文)](https://github.com/alibaba/weex/blob/dev/CONTRIBUTING.md#branch-management)。
    
    -->


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jondong/incubator-weex beta-branchoff

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-weex/pull/1353.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1353
    
----
commit af3d072aa44126b17e03f2e599b30d447796589b
Author: Jonathan Dong <jo...@...>
Date:   2018-07-20T07:19:26Z

    [WEEX-525] Created the automate beta branch-off scripts.
    
    The script beta-branchoff.sh is to automate the weekly beta release
    branch-off procedure. It helps to identify which is the latest
    non-RC version number and release a new beta branch with the number.
    The branch will be branched-off from origin/master and will be pushed
    onto apache after its creation.
    
    A valid beta version number looks like: 0.18.0-beta1
    A Valid beta branch name looks like: 0.18.0-beta1-180720
    
    common.sh provides some useful gadgets for the scripts and can be
    shared across scripts.

----


> Automate beta branch-off procedure
> ----------------------------------
>
>                 Key: WEEX-525
>                 URL: https://issues.apache.org/jira/browse/WEEX-525
>             Project: Weex
>          Issue Type: New Feature
>          Components: Tools
>            Reporter: Jonathan Dong
>            Assignee: erha19
>            Priority: Major
>
> According to the branch management principles, we are trying to establish a beta branch to track the weekly release of the project. So we need to automate the branch-off and publish procedures to manage the branches, tags and release automatically.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)