diff --git a/.circleci/config.yml b/.circleci/config.yml index ae8e60fa0..c3354e544 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,5 +1,4 @@ # JavaScript Node CircleCI 2.0 configuration file -# # Check https://circleci.com/docs/2.0/language-javascript/ for more details # version: 2.1 @@ -26,8 +25,7 @@ jobs: key: flo-scss-dependencies-{{ .Branch }}-{{ .Revision }} - slack/status: fail_only: true - channel: 'DEZFWC2B0' - mentions: 'KurtAngular' + channel: 'C0108LULD1D' webhook: '${SLACK_WEBHOOK}' build: @@ -54,8 +52,7 @@ jobs: key: flo-scss-build-{{ .Branch }}-{{ .Revision }} - slack/status: fail_only: true - channel: 'DEZFWC2B0' - mentions: 'KurtAngular' + channel: 'C0108LULD1D' webhook: '${SLACK_WEBHOOK}' release-npm: @@ -71,8 +68,7 @@ jobs: command: npm run semantic-release - slack/status: fail_only: false - channel: 'DEZFWC2B0' - mentions: 'KurtAngular' + channel: 'C0108LULD1D' webhook: '${SLACK_WEBHOOK}' orbs: diff --git a/_config.yml b/_config.yml index 17f753e9d..f01d2275e 100644 --- a/_config.yml +++ b/_config.yml @@ -48,16 +48,16 @@ download: cdn: # See https://www.srihash.org for info on how to generate the hashes - css: 'sha384-7RUis8mKAh01ceUsR2IIHW1vbi1UPxPw01PSwmMkrrO4mn9oJMZPIL9Urs0Yf7K9' + css: 'sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN' css_hash: sha384-hnvsmW4CEqIE9xpwdmvw+oyi2zalIdkqZJKT8ovyObj2fiPNSLt7xdsda4JGUfSf - js: 'sha384-7RUis8mKAh01ceUsR2IIHW1vbi1UPxPw01PSwmMkrrO4mn9oJMZPIL9Urs0Yf7K9' + js: 'sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN' js_hash: sha384-1RkA5wjfeG5u+6ycZ90q+PMlafLBaMCHvGk6PlVrQmIuTvpdA9qupxwbnPf9QbHH js_bundle: >- https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.bundle.min.js js_bundle_hash: sha384-gEp0IQktG6BLXHMpPT1pxMSC8EKUA159uPI9c/AmIhedq/EvAEfBroQ5tsSOS1/A - jquery: 'sha384-7RUis8mKAh01ceUsR2IIHW1vbi1UPxPw01PSwmMkrrO4mn9oJMZPIL9Urs0Yf7K9' + jquery: 'sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN' jquery_hash: sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n - popper: 'sha384-7RUis8mKAh01ceUsR2IIHW1vbi1UPxPw01PSwmMkrrO4mn9oJMZPIL9Urs0Yf7K9' + popper: 'sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN' popper_hash: sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN toc: diff --git a/package.json b/package.json index 633fb99a4..758d187cf 100644 --- a/package.json +++ b/package.json @@ -215,7 +215,7 @@ [ "@semantic-release/exec", { - "prepareCmd": "./build/change-version.js ${lastRelease.version} ${nextRelease.version} && npm run release" + "prepareCmd": "npm run release-version ${lastRelease.version} ${nextRelease.version} && npm run release" } ], "@semantic-release/npm",