From a6212d964820c1e9a6c156f36d3dd7ddbe3abe8f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 7 Sep 2022 00:43:48 +0000 Subject: [PATCH] chore(release): 2.1.0 [skip ci] # [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)) --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..bff2d34 --- /dev/null +++ b/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))