Skip to content

Commit

Permalink
chore(release): 1.0.0-alpha.1 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0-alpha.1 (2020-07-21)

### Features

* add missing github token ([#9](#9)) ([5c2df96](5c2df96))
* remove release dry-run ([#10](#10)) ([4e3e18b](4e3e18b))
* semantic releases ([#6](#6)) ([1f4edd1](1f4edd1))
* update release and build actions ([#11](#11)) ([b7ab4b8](b7ab4b8))
  • Loading branch information
semantic-release-bot committed Jul 21, 2020
1 parent b7ab4b8 commit ebda0cd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 28 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,9 @@
# 1.0.0-alpha.1 (2020-07-21)


### Features

* add missing github token ([#9](https://github.com/Gusto/validate-rb/issues/9)) ([5c2df96](https://github.com/Gusto/validate-rb/commit/5c2df967bfcc645c68639e443e33160ab5a4f9aa))
* remove release dry-run ([#10](https://github.com/Gusto/validate-rb/issues/10)) ([4e3e18b](https://github.com/Gusto/validate-rb/commit/4e3e18b3c49c92906a1f6e186e346863f2a7faab))
* semantic releases ([#6](https://github.com/Gusto/validate-rb/issues/6)) ([1f4edd1](https://github.com/Gusto/validate-rb/commit/1f4edd18072fb00840e16eca895c8ae91ede2258))
* update release and build actions ([#11](https://github.com/Gusto/validate-rb/issues/11)) ([b7ab4b8](https://github.com/Gusto/validate-rb/commit/b7ab4b8909e2d0afcce2d5db98615dc6a4c1eaf3))
28 changes: 0 additions & 28 deletions Gemfile.lock
Expand Up @@ -19,21 +19,8 @@ GEM
ffi (~> 1.9)
rspec-expectations (~> 3.4)
thor (~> 1.0)
aws-eventstream (1.1.0)
aws-partitions (1.342.0)
aws-sdk-core (3.104.0)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.239.0)
aws-sigv4 (~> 1.1)
jmespath (~> 1.0)
aws-sdk-ecr (1.34.0)
aws-sdk-core (~> 3, >= 3.99.0)
aws-sigv4 (~> 1.1)
aws-sigv4 (1.2.1)
aws-eventstream (~> 1, >= 1.0.2)
builder (3.2.4)
childprocess (4.0.0)
colored2 (3.1.2)
concurrent-ruby (1.1.6)
contracts (0.16.0)
cucumber (4.1.0)
Expand Down Expand Up @@ -68,32 +55,18 @@ GEM
cucumber-cucumber-expressions (~> 10.1, >= 10.1.0)
cucumber-messages (~> 12.2, >= 12.2.0)
diff-lcs (1.3)
docker-api (1.34.2)
excon (>= 0.47.0)
multi_json
excon (0.75.0)
ffi (1.13.1)
i18n (1.8.3)
concurrent-ruby (~> 1.0)
jmespath (1.4.0)
middleware (0.1.0)
minitest (5.14.1)
multi_json (1.15.0)
multi_test (0.1.2)
protobuf-cucumber (3.10.8)
activesupport (>= 3.2)
middleware
thor
thread_safe
rake (13.0.1)
rake_docker (2.11.0)
aws-sdk-ecr (~> 1.2)
colored2 (~> 3.1)
docker-api (~> 1.34)
rake_factory (~> 0.23)
rake_factory (0.27.0)
activesupport (>= 4)
rake (~> 13.0)
rspec (3.9.0)
rspec-core (~> 3.9.0)
rspec-expectations (~> 3.9.0)
Expand Down Expand Up @@ -127,7 +100,6 @@ DEPENDENCIES
bundler (~> 2.1)
cucumber (~> 4.0)
rake
rake_docker
rspec (~> 3.0)
sorbet
validate-rb!
Expand Down

0 comments on commit ebda0cd

Please sign in to comment.