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

Commits:

1 changed file:

Changes:

  • CONTRIBUTING.md
    ... ... @@ -36,6 +36,12 @@ wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/drop-stage.sh | sed
    36 36
     wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/update-changelog.sh | bash
    
    37 37
     ```
    
    38 38
     
    
    39
    +# Regenerate staging changelog
    
    40
    +
    
    41
    +``` 
    
    42
    +wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/update-staging-changelog.sh | sed 's/$1/frirdobserve/' | bash
    
    43
    +```
    
    44
    +
    
    39 45
     # Generate site
    
    40 46
     
    
    41 47
     ```