Skip to content

Commit

Permalink
update changelog template
Browse files Browse the repository at this point in the history
  • Loading branch information
nasrulhazim committed Nov 1, 2024
1 parent 8216c7d commit 89e735d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 63 deletions.
8 changes: 0 additions & 8 deletions .chglog/CHANGELOG.tpl.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,6 @@ All notable changes to this project will be documented in this file.
<a name="{{ .Tag.Name }}"></a>
## {{ if .Tag.Previous }}[{{ .Tag.Name }}]{{ else }}{{ .Tag.Name }}{{ end }} - {{ datetime "2006-01-02" .Tag.Date }}

{{ if .Tag.Subject -}}
> {{ .Tag.Subject }}
{{ end -}}

{{ if .Tag.Body -}}
{{ .Tag.Body }}
{{ end -}}

{{ range .CommitGroups -}}
### {{ .Title }}
{{ range .Commits -}}
Expand Down
57 changes: 2 additions & 55 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,56 +1,3 @@
<a name="unreleased"></a>
## [Unreleased]
# Changelog


<a name="2.1.1"></a>
## [2.1.1] - 2024-11-01

<a name="2.1.0"></a>
## [2.1.0] - 2024-11-01

<a name="2.0.0"></a>
## [2.0.0] - 2024-11-01

<a name="1.6.0"></a>
## [1.6.0] - 2024-10-10

<a name="1.4.0"></a>
## [1.4.0] - 2024-03-21

<a name="1.5.0"></a>
## [1.5.0] - 2024-03-21

<a name="1.3.0"></a>
## [1.3.0] - 2023-12-03

<a name="1.2.0"></a>
## [1.2.0] - 2023-02-25

<a name="1.1.3"></a>
## [1.1.3] - 2022-09-17

<a name="1.1.2"></a>
## [1.1.2] - 2022-09-16

<a name="1.1.1"></a>
## [1.1.1] - 2022-09-16

<a name="1.1.0"></a>
## [1.1.0] - 2022-09-16

<a name="1.0.0"></a>
## 1.0.0 - 2022-09-11

[Unreleased]: https://github.com/cleaniquecoders/laravel-action/compare/2.1.1...HEAD
[2.1.1]: https://github.com/cleaniquecoders/laravel-action/compare/2.1.0...2.1.1
[2.1.0]: https://github.com/cleaniquecoders/laravel-action/compare/2.0.0...2.1.0
[2.0.0]: https://github.com/cleaniquecoders/laravel-action/compare/1.6.0...2.0.0
[1.6.0]: https://github.com/cleaniquecoders/laravel-action/compare/1.4.0...1.6.0
[1.4.0]: https://github.com/cleaniquecoders/laravel-action/compare/1.5.0...1.4.0
[1.5.0]: https://github.com/cleaniquecoders/laravel-action/compare/1.3.0...1.5.0
[1.3.0]: https://github.com/cleaniquecoders/laravel-action/compare/1.2.0...1.3.0
[1.2.0]: https://github.com/cleaniquecoders/laravel-action/compare/1.1.3...1.2.0
[1.1.3]: https://github.com/cleaniquecoders/laravel-action/compare/1.1.2...1.1.3
[1.1.2]: https://github.com/cleaniquecoders/laravel-action/compare/1.1.1...1.1.2
[1.1.1]: https://github.com/cleaniquecoders/laravel-action/compare/1.1.0...1.1.1
[1.1.0]: https://github.com/cleaniquecoders/laravel-action/compare/1.0.0...1.1.0
All notable changes to this project will be documented in this file.

0 comments on commit 89e735d

Please sign in to comment.