From 1cf3e17358c8d2f5d891e2827f0d95033a6340f1 Mon Sep 17 00:00:00 2001 From: Xuanwo Date: Wed, 22 Sep 2021 12:14:02 +0800 Subject: [PATCH] Bump to version 0.4.0 (#35) * Bump to version 0.4.0 Signed-off-by: Xuanwo * Update README Signed-off-by: Xuanwo --- CHANGELOG.md | 15 +++++++++++++++ README.md | 9 ++++++++- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07e1811..210eff8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/). ## [Unreleased] +## [v0.4.0] - 2021-09-22 + +### Added + +- feat: Implement repo sync-actions (#32) + +### Changed + +- ci: Sync github actions (#33) + +### Fixed + +- fix: SyncActions will exit too early + ## [v0.3.2] - 2021-08-18 ### Added @@ -48,6 +62,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/). - Hello, world! [Unreleased]: https://github.com/beyondstorage/go-community/compare/v0.3.2...HEAD +[v0.4.0]: https://github.com/beyondstorage/go-community/compare/v0.3.2...v0.4.0 [v0.3.2]: https://github.com/beyondstorage/go-community/compare/v0.3.1...v0.3.2 [v0.3.1]: https://github.com/beyondstorage/go-community/compare/v0.3.0...v0.3.1 [v0.3.0]: https://github.com/beyondstorage/go-community/compare/v0.2.0...v0.3.0 diff --git a/README.md b/README.md index 1e46759..fc38133 100644 --- a/README.md +++ b/README.md @@ -3,5 +3,12 @@ [![Build Status](https://github.com/beyondstorage/go-community/workflows/Unit%20Test/badge.svg?branch=master)](https://github.com/beyondstorage/go-community/actions?query=workflow%3A%22Unit+Test%22) [![Go dev](https://pkg.go.dev/badge/github.com/beyondstorage/go-community)](https://pkg.go.dev/github.com/beyondstorage/go-community) [![License](https://img.shields.io/badge/license-apache%20v2-blue.svg)](https://github.com/beyondstorage/go-community/blob/master/LICENSE) -[![go storage dev](https://img.shields.io/matrix/go-community:aos.dev.svg?server_fqdn=chat.aos.dev&label=%23go-community%3Aaos.dev&logo=matrix)](https://matrix.to/#/#go-community:aos.dev) +[![go storage dev](https://img.shields.io/matrix/beyondstorage@go-storage:matrix.org.svg?label=go-storage&logo=matrix)](https://matrix.to/#/#beyondstorage@go-storage:matrix.org) +Tools to maintain the github community. + +## Features + +- Sync team: `community team sync` +- Sync actions: `community repo sync-actions` +- Generate weekly report: `community report weekly`