Beatriz Vieira
|
84e8c9d168
|
feat: print tag name on git sv tag
|
2021-09-24 17:59:38 -03:00 |
|
Beatriz Vieira
|
d02c8b59f6
|
refactor: better log on cli failure
|
2021-09-24 17:50:59 -03:00 |
|
Beatriz Vieira
|
1cb825c4b0
|
fix: print error output at git sv tag
|
2021-09-24 17:49:58 -03:00 |
|
Beatriz Vieira
|
08e51ae2c3
|
chore: update .gitignore
|
2021-09-24 17:36:01 -03:00 |
|
Beatriz Vieira
|
c28719e990
|
docs: add pkg.go.dev badge
|
2021-09-04 12:18:44 -03:00 |
|
Beatriz Vieira
|
3dd3cbc5d7
|
chore: enable dependabot
|
2021-08-28 14:53:27 -03:00 |
|
Beatriz Vieira
|
22cc3a16a5
|
docs: add go install on readme
|
2021-08-28 14:53:14 -03:00 |
|
Beatriz Vieira
|
02d5e658ab
|
Merge pull request #31 from bvieira/fix-gomodule
fix: set go module name to be compatible with v2
|
2021-07-31 20:41:05 -03:00 |
|
Beatriz Vieira
|
c479f4a575
|
fix: set go module name to be compatible with v2
|
2021-07-31 20:40:05 -03:00 |
|
Beatriz Vieira
|
48f7fc35f9
|
Merge pull request #30 from bvieira/default-version
Refactor: default version 'source'
|
2021-07-31 19:57:58 -03:00 |
|
Beatriz Vieira
|
8fa467b5f0
|
refactor: if version is not set during build, use version 'source' as default
|
2021-07-31 19:10:21 -03:00 |
|
Beatriz Vieira
|
2527563975
|
refactor: isolate load config inside a function
|
2021-07-31 19:05:22 -03:00 |
|
Beatriz Vieira
|
8597819cfa
|
Merge pull request #29 from bvieira/cli-errors
Bugfix: better logs on fatal errors
|
2021-07-31 18:42:01 -03:00 |
|
Beatriz Vieira
|
721e39feb1
|
fix: add better logs on fatal errors
|
2021-07-31 18:20:56 -03:00 |
|
Beatriz Vieira
|
10ec6f18c4
|
refactor: fix lint golint uncommented exported method
|
2021-07-31 18:19:57 -03:00 |
|
Beatriz Vieira
|
d76920bb5c
|
Merge pull request #28 from bvieira/lint
CI: add golangci to github actions
|
2021-07-31 17:56:29 -03:00 |
|
Beatriz Vieira
|
178239a666
|
refactor: fix lint gosimple S1007
|
2021-07-31 17:52:25 -03:00 |
|
Beatriz Vieira
|
6fd31b9aa0
|
refactor: fix lint staticcheck SA9004
|
2021-07-31 17:44:42 -03:00 |
|
Beatriz Vieira
|
5993f00757
|
ci: remove fast from golangci
|
2021-07-31 17:35:15 -03:00 |
|
Beatriz Vieira
|
fec91a1947
|
refactor: fix errcheck lint
|
2021-07-31 17:34:40 -03:00 |
|
Beatriz Vieira
|
7b3df4e245
|
refactor: remove unused variables
|
2021-07-31 17:09:25 -03:00 |
|
Beatriz Vieira
|
11580133b0
|
style: add newline to .golangci.yml
|
2021-07-31 16:58:28 -03:00 |
|
Beatriz Vieira
|
077fcbf717
|
ci: add golangci to github actions
|
2021-07-31 16:53:00 -03:00 |
|
Beatriz Vieira
|
18b4d78bd8
|
chore: config golangci lint
|
2021-07-31 16:40:18 -03:00 |
|
Beatriz Vieira
|
6184ac3ad4
|
refactor: fix tagliatelle yaml lint
|
2021-07-31 16:39:38 -03:00 |
|
Beatriz Vieira
|
77152fcd52
|
refactor: fix printf-like lint
|
2021-07-31 16:37:15 -03:00 |
|
Beatriz Vieira
|
dcba256903
|
refactor: fix ifshort lint
|
2021-07-31 16:35:54 -03:00 |
|
Beatriz Vieira
|
a96ffa51ce
|
refactor: fix prealloc lint
|
2021-07-31 16:35:28 -03:00 |
|
Beatriz Vieira
|
162ce50ae5
|
refactor: remove uneeded comment
|
2021-07-31 16:25:55 -03:00 |
|
Beatriz Vieira
|
b83c6e335d
|
chore: run lint autofix
|
2021-07-31 16:03:58 -03:00 |
|
Beatriz Vieira
|
c037311d1a
|
Merge pull request #27 from bvieira/commit-cmd-flags
Feature: commit command flags
|
2021-07-31 16:01:11 -03:00 |
|
Beatriz Vieira
|
a4d2a7b989
|
Merge branch 'master' into commit-cmd-flags
|
2021-07-31 15:59:57 -03:00 |
|
Beatriz Vieira
|
821a4889c6
|
refactor: change commit command flag alias
|
2021-07-31 15:59:23 -03:00 |
|
Beatriz Vieira
|
2d22b9d9f2
|
Merge pull request #26 from bvieira/#24
Feature: support more commit types on release notes sections
|
2021-07-31 15:54:19 -03:00 |
|
Beatriz Vieira
|
ff34b484a5
|
feat: add flags to commit command
|
2021-07-31 00:47:58 -03:00 |
|
Beatriz Vieira
|
1023742e7d
|
docs: add available types to release notes sections
issue: #24
|
2021-07-30 21:16:49 -03:00 |
|
Beatriz Vieira
|
e9f4c144d8
|
feat: support more commit-types on release notes in a fixed order
add sections for the following types: feat, fix, refactor, perf, test, build, ci, chore, docs, style
issue: #24
|
2021-07-30 21:03:34 -03:00 |
|
Beatriz Vieira
|
206f6a9105
|
feat: change some config arrays to yaml inline arrays for better readability
issue: #24
|
2021-07-30 20:58:10 -03:00 |
|
Beatriz Vieira
|
13c2558d2a
|
Merge pull request #25 from bvieira/update-deps
Update deps
|
2021-07-30 20:12:07 -03:00 |
|
Beatriz Vieira
|
ff4774737b
|
chore: add lint and lint-autofix to .phony
|
2021-07-30 19:44:49 -03:00 |
|
Beatriz Vieira
|
146b14ffb0
|
build: run go mod tidy
|
2021-07-30 19:44:10 -03:00 |
|
Beatriz Vieira
|
e12107681f
|
chore: change tag pattern to vX.X.X
|
2021-07-28 23:09:15 -03:00 |
|
Beatriz Vieira
|
cac5c13b08
|
build: update go and dependencies
|
2021-07-26 23:34:50 -03:00 |
|
Beatriz Vieira
|
fe3b2e0e4f
|
Merge pull request #23 from sheldonhull/master
refactor: adjust module naming to support go install
|
2021-07-26 21:57:38 -03:00 |
|
Beatriz Vieira
|
893213399c
|
chore: add lint prefix to autofix
|
2021-07-26 21:56:27 -03:00 |
|
Beatriz Vieira
|
dee7890569
|
chore: fix typo on makefile help
|
2021-07-26 21:54:49 -03:00 |
|
Sheldon Hull
|
7d74abd677
|
refactor: 🚚 adjust module naming to support go install
|
2021-07-22 18:07:18 -05:00 |
|
Beatriz Vieira
|
7de1784bc6
|
Merge pull request #22 from bvieira/issue-prefix
Feature: add issue value prefix
|
2021-07-18 18:15:21 -03:00 |
|
Beatriz Vieira
|
ba5bcdc817
|
ci: compress sv4git binary with tar.gz for linux and macos
|
2021-07-18 17:59:57 -03:00 |
|
Beatriz Vieira
|
50ba69318c
|
feat: add support to append a prefix to issue value on footer metadata
|
2021-07-18 17:18:00 -03:00 |
|