1
0
mirror of https://github.com/nikoksr/notify.git synced 2024-11-28 08:39:13 +02:00
Commit Graph

6 Commits

Author SHA1 Message Date
Niko Köser
b75ebd1003
chore(release): prepare for v0.22.0 2022-02-13 18:20:37 +01:00
Niko Köser
1affeaa093
build(make): add commands to generate changelogs
Added two Make commands.

changelog-latest: Outputs the latest tagged changes to stdout. Useful
                  for release bodies on GitHub.
changelog-file:   Overwrites the file CHANGELOG.md with git-cliff's
                  output resulting from running over the full git log.
2022-02-07 08:04:58 +01:00
Niko Köser
4807f82797
build(make): fix linter command and add implicit install commands 2022-02-07 07:41:27 +01:00
Niko Köser
641854e67c
build(make): simplify Makefile
Replace complex formatting loop with simple gofumpt call. Remove two
instructions from 'setup' function.
2021-05-27 12:33:38 +02:00
gtourkas
5dbd63751f fmt/linter ran in correct order 2021-03-21 18:10:13 +02:00
Niko Köser
c2e2e5e40d
build(make): Add make file and go-generate directives 2021-01-31 14:56:06 +01:00