Skip to content

Commit

Permalink
(feat): keep a changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lucassabreu committed Jul 31, 2021
1 parent 375d4a3 commit 3c37b54
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [v1.0.0] - 2021-07-31

### Added
- This CHANGELOG file to hopefully serve as an evolving example of a
standardized open source project CHANGELOG.
- Golang CLI using [cobra](https://github.com/spf13/cobra)
- goreleaser config to help release versions of the cli
- github action to release new tags through goreleaser
- README explaining how to install and use the cli

[Unreleased]: https://github.com/lucassabreu/gh-collab-manager/compare/v1.0.0...HEAD
[v1.0.0]: https://github.com/lucassabreu/gh-collab-manager/releases/tag/v1.0.0

0 comments on commit 3c37b54

Please sign in to comment.