Skip to content

Commit

Permalink
Setup changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisWiegman committed Feb 5, 2023
1 parent 1488d27 commit 46d8ee0
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changes/header.tpl.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# 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/),
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie).
Empty file added .changes/unreleased/.gitkeep
Empty file.
3 changes: 3 additions & 0 deletions .changes/unreleased/Chores-20230205-030131.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
kind: Chores
body: Update GoLang dependencies
time: 2023-02-05T03:01:31.860172426Z
3 changes: 3 additions & 0 deletions .changes/unreleased/Features-20230205-030151.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
kind: Features
body: Add golanglint-ci and fix existing issues
time: 2023-02-05T03:01:51.119142652Z
3 changes: 3 additions & 0 deletions .changes/unreleased/Features-20230205-030214.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
kind: Features
body: Add proper changelog processing
time: 2023-02-05T03:02:14.982351056Z
20 changes: 20 additions & 0 deletions .changie.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
changesDir: .changes
unreleasedDir: unreleased
headerPath: header.tpl.md
changelogPath: CHANGELOG.md
versionExt: md
versionFormat: '## {{.Version}} - {{.Time.Format "2006-01-02"}}'
kindFormat: "### {{.Kind}}"
changeFormat: "* {{.Body}}"
kinds:
- label: Breaking Changes
- label: Security Fixes
- label: Features
- label: Bug Fixes
- label: Chores
newlines:
afterChangelogHeader: 1
beforeChangelogVersion: 1
endOfVersion: 1
afterKind: 1
beforeKind: 1

0 comments on commit 46d8ee0

Please sign in to comment.