Skip to content

Commit

Permalink
Merge pull request #3 from SuperITMan/bugfix/fix-release-expected-nod…
Browse files Browse the repository at this point in the history
…e-version

fix(release): fix expected node version to 10 instead of 8
  • Loading branch information
christophercr authored May 20, 2019
2 parents 7b0b762 + 36a70bd commit 8feb281
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<a name="1.0.0-rc.0"></a>

# 1.0.0-rc.0 (2019-05-20)

### Bug Fixes

- **release:** adapt release-it config to remove/fix deprecated options as from version 10 ([afae9e2](https://github.com/NationalBankBelgium/code-style/commit/afae9e2))

### Features

- **all:** update copyright year in LICENSE + add comment in tslint-codelyzer ([b0c2f73](https://github.com/NationalBankBelgium/code-style/commit/b0c2f73))
4 changes: 2 additions & 2 deletions release-publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ DRY_RUN=false
PACKAGE=code-style

EXPECTED_REPO_SLUG="NationalBankBelgium/code-style"
EXPECTED_NODE_VERSION="8"
EXPECTED_NODE_VERSION="10"

#----------------------------------------------
# Uncomment block below to test locally
Expand All @@ -29,7 +29,7 @@ EXPECTED_NODE_VERSION="8"
#NPM_TOKEN="dummy"
#TRAVIS=true
#TRAVIS_REPO_SLUG="NationalBankBelgium/code-style"
#TRAVIS_NODE_VERSION="8"
#TRAVIS_NODE_VERSION="10"
#TRAVIS_PULL_REQUEST=false

# For normal builds:
Expand Down

0 comments on commit 8feb281

Please sign in to comment.