From 0ca6e3239ded903ba7f050e0e2bb1290ef442b1d Mon Sep 17 00:00:00 2001 From: Xuanwo Date: Tue, 13 Jul 2021 14:35:25 +0800 Subject: [PATCH] Bump to version 0.2.0 Signed-off-by: Xuanwo --- .github/workflows/release.yml | 33 --------------------------------- .goreleaser.yml | 25 ------------------------- CHANGELOG.md | 9 ++++++++- 3 files changed, 8 insertions(+), 59 deletions(-) delete mode 100644 .github/workflows/release.yml delete mode 100644 .goreleaser.yml diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml deleted file mode 100644 index 0184b45..0000000 --- a/.github/workflows/release.yml +++ /dev/null @@ -1,33 +0,0 @@ -name: goreleaser - -on: - push: - tags: - - '*' - -permissions: - contents: write - -jobs: - goreleaser: - runs-on: ubuntu-latest - steps: - - - name: Checkout - uses: actions/checkout@v2 - with: - fetch-depth: 0 - - - name: Set up Go - uses: actions/setup-go@v2 - with: - go-version: 1.16 - - - name: Run GoReleaser - uses: goreleaser/goreleaser-action@v2 - with: - distribution: goreleaser - version: latest - args: release --rm-dist - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.goreleaser.yml b/.goreleaser.yml deleted file mode 100644 index 71f9d40..0000000 --- a/.goreleaser.yml +++ /dev/null @@ -1,25 +0,0 @@ -before: - hooks: - - go mod tidy -builds: - - id: "default" - env: - - CGO_ENABLED=0 - goos: - - linux - main: ./cmd/community - binary: community -archives: - - builds: - - default - replacements: - darwin: darwin - linux: linux - windows: windows - 386: i386 - amd64: x86_64 - name_template: "community_{{ .Version }}_{{ .Os }}_{{ .Arch }}" -release: - github: - owner: beyondstorage - name: go-community diff --git a/CHANGELOG.md b/CHANGELOG.md index a163776..0942962 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/). ## [Unreleased] +## [v0.2.0] - 2021-07-13 + +### Added + +- Add weekly report generation support + ## v0.1.0 - 2021-06-30 - Hello, world! -[Unreleased]: https://github.com/beyondstorage/go-community/compare/v1.0.0...HEAD +[Unreleased]: https://github.com/beyondstorage/go-community/compare/v0.2.0...HEAD +[v0.2.0]: https://github.com/beyondstorage/go-community/compare/v0.1.0...v0.2.0