Skip to content

Commit

Permalink
Bump to version 0.4.0 (#35)
Browse files Browse the repository at this point in the history
* Bump to version 0.4.0

Signed-off-by: Xuanwo <[email protected]>

* Update README

Signed-off-by: Xuanwo <[email protected]>
  • Loading branch information
Xuanwo authored Sep 22, 2021
1 parent ffa1835 commit 1cf3e17
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) <!-- Need update after matrix updated -->
[![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`

0 comments on commit 1cf3e17

Please sign in to comment.