Skip to content

Commit da57502

Browse files
committed
Merge tag 'master-dist-creation-fix' into develop
Bugfix for dists not begin created with the new semantic-release process
2 parents 109d4d4 + 37c0e49 commit da57502

File tree

4 files changed

+14
-8
lines changed

4 files changed

+14
-8
lines changed

.travis.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ script:
1414
before_deploy:
1515
- pip install --user awscli
1616
deploy:
17+
- provider: script
18+
skip_cleanup: true
19+
script:
20+
npx semantic-release
1721
# deploy develop to Staging
1822
- provider: script
1923
script:
@@ -33,12 +37,7 @@ deploy:
3337
~/.local/bin/aws s3 sync dist s3://${PROD_BUCKET} --delete --region=${PROD_BUCKET_REGION} --include "*" --exclude "*.js" --exclude "*.html" --exclude "*.css"
3438
skip_cleanup: true
3539
on:
36-
tags: true
37-
condition: $TRAVIS_TAG =~ $PROD_TAG_REGEXP
38-
- provider: script
39-
skip_cleanup: true
40-
script:
41-
npx semantic-release
40+
branch: master
4241
notifications:
4342
slack:
4443
rooms:

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [0.12.0](https://github.com/buildit/gravity-ui-sass/compare/v0.11.1...v0.12.0) (2019-03-05)
2+
3+
4+
### Features
5+
6+
* **package.json:** added support for Semantic Release ([4292a3a](https://github.com/buildit/gravity-ui-sass/commit/4292a3a))
7+
18
# Changelog
29
All notable changes to the [`gravity-ui-sass` project](./README.md) will be documented in this file.
310

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@buildit/gravity-ui-sass",
3-
"version": "0.0.0-development",
3+
"version": "0.12.0",
44
"description": "A SASS UI library from the Buildit's Gravity design system",
55
"main": "index.js",
66
"files": [

0 commit comments

Comments
 (0)