Skip to content

Commit 3c37b54

Browse files
committed
(feat): keep a changelog
1 parent 375d4a3 commit 3c37b54

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [v1.0.0] - 2021-07-31
11+
12+
### Added
13+
- This CHANGELOG file to hopefully serve as an evolving example of a
14+
standardized open source project CHANGELOG.
15+
- Golang CLI using [cobra](https://github.com/spf13/cobra)
16+
- goreleaser config to help release versions of the cli
17+
- github action to release new tags through goreleaser
18+
- README explaining how to install and use the cli
19+
20+
[Unreleased]: https://github.com/lucassabreu/gh-collab-manager/compare/v1.0.0...HEAD
21+
[v1.0.0]: https://github.com/lucassabreu/gh-collab-manager/releases/tag/v1.0.0

0 commit comments

Comments
 (0)