diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 4a440aa..08b9732 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -72,7 +72,7 @@ jobs: release: name: Release x86_64-unknown-linux-gnu runs-on: ubuntu-latest - if: github.ref == 'refs/heads/master' + if: github.ref == 'refs/heads/release' needs: test steps: diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..1df61fa --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +# 2.1.0 (2022-08-23) + + +### Features + +* Sustancial changes to release ([50d98a5](https://github.com/pxp9/weather_bot_rust/commit/50d98a5c157c23a80418ccd5da17ac05e4824358)) +* Sustancial changes to release ([278fdef](https://github.com/pxp9/weather_bot_rust/commit/278fdef0c1de98569fe5f9f381bafd12a25932aa)) +* Sustancial changes to release ([c49ea96](https://github.com/pxp9/weather_bot_rust/commit/c49ea96478c92b9db8cd7cc871289beb1cd7cb5b)) +* Sustancial changes to release ([7a774d0](https://github.com/pxp9/weather_bot_rust/commit/7a774d07f02a7b1f6e4f118961b724a08ee6492f)) +* Sustancial changes to release ([daa5b16](https://github.com/pxp9/weather_bot_rust/commit/daa5b16742d6eb1e92399701310dc25463a3cb4e)) +* Sustancial changes to release ([e181528](https://github.com/pxp9/weather_bot_rust/commit/e1815286b4e1a27c328834a96489b132fbb64b2c)) +* Sustancial changes to release ([#27](https://github.com/pxp9/weather_bot_rust/issues/27)) ([1cd1c9d](https://github.com/pxp9/weather_bot_rust/commit/1cd1c9d2a0edc8fb2fca892e8351aea1ac7d4d98))