Tony CHEMIT pushed to branch develop at ultreiaio / ird-t3

Commits:

2 changed files:

Changes:

  • .gitlab-ci.yml
    ... ... @@ -97,9 +97,8 @@ release:
    97 97
       script:
    
    98 98
         - wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/close-milestone.sh | bash
    
    99 99
         - wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/create-stage.sh | bash
    
    100
    -    - wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/close-stage.sh | sed 's/$1/$STAGE/' | bash
    
    101
    -    - wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/release-stage.sh | sed 's/$1/$STAGE/' | bash
    
    102
    -    - wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/update-changelog.sh | sed 's/$1/$STAGE/' | bash
    
    100
    +    - wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/close-and-release-stage.sh | sed 's/$1/$STAGE/' | bash
    
    101
    +    - wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/update-changelog.sh | bash
    
    103 102
         - wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/create-milestone.sh | bash
    
    104 103
     
    
    105 104
     latest-site:
    

  • CONTRIBUTING.md
    ... ... @@ -26,6 +26,12 @@ And to release stage
    26 26
     wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/release-stage.sh | sed 's/$1/frirdt3/' | bash
    
    27 27
     ```
    
    28 28
     
    
    29
    +# Regenerate changelog
    
    30
    +
    
    31
    +``` 
    
    32
    +wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/update-changelog.sh | bash
    
    33
    +```
    
    34
    +
    
    29 35
     # Generate site
    
    30 36
     
    
    31 37
     ```