Skip to content

Commit

Permalink
1.82.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vberder01 committed Jun 15, 2022
1 parent f2f1c8e commit fac282e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

Here is the list of the changes and features provided by the **node-red-contrib-ale-rainbow**

## [1.82.1] - 2022-06-15
- Update for jenkins.

## [1.82.0] - 2022-06-15
- Add logs when a `rainbow_onxmpperror` event is received.

Expand Down
5 changes: 5 additions & 0 deletions Jenkinsfile-prod.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,11 @@ pipeline {
echo ---------- STEP publish :
npm publish
echo ---------- PUSH tags AND files :
git tag -a ${RAINBOWNODEREDSDKVERSION} -m "${RAINBOWNODEREDSDKVERSION} version."
git push origin HEAD:${env.BRANCH_NAME}
git push --tags origin HEAD:${env.BRANCH_NAME}
more ~/.npmrc.sav > ~/.npmrc
Expand Down

0 comments on commit fac282e

Please sign in to comment.