Skip to content

Commit

Permalink
chore(release): 2.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.1.0](v2.0.3...v2.1.0) (2022-09-07)

### Bug Fixes

* clone repo arguments ([f900f92](f900f92))
* error when the compress file has size 0 ([16588b0](16588b0))
* feedback and unit tests ([a677136](a677136))
* issue with build due to sys package ([ef7e0b7](ef7e0b7))
* **password-secret:** valid regex for one-liner files ([7c5e455](7c5e455))
* remove the default ignore with .gitignore to avoid missing scans on the repo. ([2e6255d](2e6255d))

### Features

* add keepAlive flag and fix worker flag read ([americanexpress#47](https://github.com/grinish21/earlybird/issues/47)) ([549081d](549081d))
* add ldflags for version injection during artifacts build ([171d986](171d986))
* adding branch scanning ([f1f2710](f1f2710))
* adding doc conversion ([c746b67](c746b67))
* use semantic versioning to create semantic releases and changelog.md file ([e9f05e3](e9f05e3))
  • Loading branch information
semantic-release-bot committed Sep 7, 2022
1 parent ef7e0b7 commit a6212d9
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,20 @@
# [2.1.0](https://github.com/grinish21/earlybird/compare/v2.0.3...v2.1.0) (2022-09-07)


### Bug Fixes

* clone repo arguments ([f900f92](https://github.com/grinish21/earlybird/commit/f900f92d635ee71383c9564977987c341d732b2d))
* error when the compress file has size 0 ([16588b0](https://github.com/grinish21/earlybird/commit/16588b0305d168542498689019ee44c16f08099f))
* feedback and unit tests ([a677136](https://github.com/grinish21/earlybird/commit/a677136fbaa5115fc84f7cfecbcf563fed8f43f0))
* issue with build due to sys package ([ef7e0b7](https://github.com/grinish21/earlybird/commit/ef7e0b7ef5faeb924bcae5fb6955cc8567cc9291))
* **password-secret:** valid regex for one-liner files ([7c5e455](https://github.com/grinish21/earlybird/commit/7c5e4556f4482123add83f2730644f89fcf46330))
* remove the default ignore with .gitignore to avoid missing scans on the repo. ([2e6255d](https://github.com/grinish21/earlybird/commit/2e6255d0aaa79821902ede4e90a41e2e10cdd4d4))


### Features

* add keepAlive flag and fix worker flag read ([#47](https://github.com/grinish21/earlybird/issues/47)) ([549081d](https://github.com/grinish21/earlybird/commit/549081d257a0d2de4a9f256e1d9a948d2a670c30))
* add ldflags for version injection during artifacts build ([171d986](https://github.com/grinish21/earlybird/commit/171d9866ebc571e5e349012895e197ec4f92f350))
* adding branch scanning ([f1f2710](https://github.com/grinish21/earlybird/commit/f1f27103ad48b55f972c9457387cc4d0c4476f5d))
* adding doc conversion ([c746b67](https://github.com/grinish21/earlybird/commit/c746b6739463c6905bdfbb68074b8e970f9d153a))
* use semantic versioning to create semantic releases and changelog.md file ([e9f05e3](https://github.com/grinish21/earlybird/commit/e9f05e3d126afa7e10772731c172e78cf3bb897a))

0 comments on commit a6212d9

Please sign in to comment.