1
0
Fork 0

Commit graph

  • 946024ce0b fix: const usage and variable reference hypervtechnics 2022-03-07 11:19:00 +01:00
  • a1498c0832 chore: remove empty line hypervtechnics 2022-03-03 12:59:09 +01:00
  • 9d69abc45a feat: ability to only select a subset of the message hypervtechnics 2022-03-03 12:54:07 +01:00
  • 44895fa4a2 chore: update README with new option hypervtechnics 2022-03-02 09:23:18 +01:00
  • c865ad5731 feat: add an option for message selector hypervtechnics 2022-03-02 09:20:50 +01:00
  • 1dbcc05996
    build(deps): bump github.com/urfave/cli/v2 from 2.3.0 to 2.4.0 dependabot[bot] 2022-03-16 04:21:24 +00:00
  • cf43b2af4e
    Merge pull request #43 from bvieira/#40 Beatriz Vieira 2022-03-01 00:29:50 -03:00
  • 893f893d6c test: add unit test for template functions Beatriz Vieira 2022-03-01 00:03:15 -03:00
  • 91aaf84108 docs: minor fixes on readme Beatriz Vieira 2022-02-28 23:53:56 -03:00
  • 2df7762e8f docs: minor fixes on readme Beatriz Vieira 2022-02-28 23:52:46 -03:00
  • 2c741062f7 docs: add template and release-notes sections to readme Beatriz Vieira 2022-02-28 23:43:39 -03:00
  • 7871515ac0 refactor: move template funcions to a new go file Beatriz Vieira 2022-02-28 23:40:29 -03:00
  • 79df6b030f feat: add getsection template function Beatriz Vieira 2022-02-28 23:38:11 -03:00
  • 19bf65fbb3 chore: update config version Beatriz Vieira 2022-02-28 23:37:26 -03:00
  • 7d8ed49e17 feat: add HasMultipleTypes to ReleaseNoteCommitsSection Beatriz Vieira 2022-02-28 21:17:37 -03:00
  • 67042ac1e7 feat: migrate 'release-notes.headers' to 'release-notes.sections' Beatriz Vieira 2022-02-28 20:47:45 -03:00
  • ebb70048ee feat: use release-notes.sections to sort sections on template variables Beatriz Vieira 2022-02-07 22:49:32 -03:00
  • e650f64783 feat: add sections to release-notes config (headers is deprecated) Beatriz Vieira 2022-02-07 20:40:53 -03:00
  • e64d4ddcc1 feat: print warning logs on stderr Beatriz Vieira 2022-02-07 20:37:39 -03:00
  • 94fff067a1 refactor: remove order from templates variables and add authors Beatriz Vieira 2022-02-06 22:06:46 -03:00
  • 243d73b5c2 feat: add authorName and timestamp to git commit Beatriz Vieira 2022-02-06 20:16:52 -03:00
  • ef2bc8638a feat: add support to use templates defined on the repository (.sv4git/templates) Beatriz Vieira 2022-02-06 18:22:54 -03:00
  • 9eaff5d128
    Merge pull request #42 from bvieira/#40-refactor-templates Beatriz Vieira 2022-02-06 18:20:25 -03:00
  • 0230b1e00f refactor: move templates from sv to cmd/git-sv Beatriz Vieira 2022-02-06 18:15:36 -03:00
  • b5d9f9c535 refactor: extract templates from code and use go:embed Beatriz Vieira 2022-01-30 18:45:16 -03:00
  • 6b4948b103
    Merge pull request #41 from bvieira/support-non-versioned-tags Beatriz Vieira 2022-01-29 19:31:44 -03:00
  • 36f6f9eba5 Merge branch 'support-non-versioned-tags' of github.com:bvieira/sv4git into support-non-versioned-tags Beatriz Vieira 2022-01-29 19:26:05 -03:00
  • 6352021adb feat: add semantic-version-only flat to changelog command Beatriz Vieira 2022-01-29 19:25:52 -03:00
  • c9b6a8c391
    Merge pull request #39 from rbuckland/arch-issue38 Beatriz Vieira 2022-01-29 19:21:21 -03:00
  • b89b4838ae build: resolves #38 providing arm64 and amd64 releases Ramon Buckland 2022-01-11 16:13:26 +11:00
  • ab57089ddd test: test nil version on NextVersion function Beatriz Vieira 2021-12-29 18:07:52 -03:00
  • ff30229bf9 feat: support non version tags on changelog and release notes Beatriz Vieira 2021-12-29 18:02:50 -03:00
  • dad378482e build: update dependencies Beatriz Vieira 2021-12-29 15:56:11 -03:00
  • 14db4955b3 chore: update gomod to go 1.17 Beatriz Vieira 2021-12-29 15:53:44 -03:00
  • f46122c547
    Merge pull request #34 from bvieira/dependabot/go_modules/github.com/manifoldco/promptui-0.9.0 Beatriz Vieira 2021-12-29 15:52:40 -03:00
  • 703012f701
    build(deps): bump github.com/manifoldco/promptui from 0.8.0 to 0.9.0 dependabot[bot] 2021-11-01 04:43:14 +00:00
  • d53ef6588d
    Merge pull request #32 from bvieira/minor-improvement Beatriz Vieira 2021-09-24 18:48:20 -03:00
  • 2ad08a207a ci: fix branch name Beatriz Vieira 2021-09-24 18:42:36 -03:00
  • 53f25edf84 ci: config gh actions on pull-request and master Beatriz Vieira 2021-09-24 18:38:38 -03:00
  • 84e8c9d168 feat: print tag name on git sv tag Beatriz Vieira 2021-09-24 17:59:38 -03:00
  • d02c8b59f6 refactor: better log on cli failure Beatriz Vieira 2021-09-24 17:50:59 -03:00
  • 1cb825c4b0 fix: print error output at git sv tag Beatriz Vieira 2021-09-24 17:49:58 -03:00
  • 08e51ae2c3 chore: update .gitignore Beatriz Vieira 2021-09-24 17:36:01 -03:00
  • c28719e990
    docs: add pkg.go.dev badge Beatriz Vieira 2021-09-04 12:18:44 -03:00
  • 3dd3cbc5d7 chore: enable dependabot Beatriz Vieira 2021-08-28 14:53:27 -03:00
  • 22cc3a16a5 docs: add go install on readme Beatriz Vieira 2021-08-28 14:53:14 -03:00
  • 02d5e658ab
    Merge pull request #31 from bvieira/fix-gomodule Beatriz Vieira 2021-07-31 20:41:05 -03:00
  • c479f4a575 fix: set go module name to be compatible with v2 Beatriz Vieira 2021-07-31 20:40:05 -03:00
  • 48f7fc35f9
    Merge pull request #30 from bvieira/default-version Beatriz Vieira 2021-07-31 19:57:58 -03:00
  • 8fa467b5f0 refactor: if version is not set during build, use version 'source' as default Beatriz Vieira 2021-07-31 19:10:21 -03:00
  • 2527563975 refactor: isolate load config inside a function Beatriz Vieira 2021-07-31 19:05:22 -03:00
  • 8597819cfa
    Merge pull request #29 from bvieira/cli-errors Beatriz Vieira 2021-07-31 18:42:01 -03:00
  • 721e39feb1 fix: add better logs on fatal errors Beatriz Vieira 2021-07-31 18:20:56 -03:00
  • 10ec6f18c4 refactor: fix lint golint uncommented exported method Beatriz Vieira 2021-07-31 18:19:57 -03:00
  • d76920bb5c
    Merge pull request #28 from bvieira/lint Beatriz Vieira 2021-07-31 17:56:29 -03:00
  • 178239a666 refactor: fix lint gosimple S1007 Beatriz Vieira 2021-07-31 17:52:25 -03:00
  • 6fd31b9aa0 refactor: fix lint staticcheck SA9004 Beatriz Vieira 2021-07-31 17:44:42 -03:00
  • 5993f00757 ci: remove fast from golangci Beatriz Vieira 2021-07-31 17:35:15 -03:00
  • fec91a1947 refactor: fix errcheck lint Beatriz Vieira 2021-07-31 17:34:40 -03:00
  • 7b3df4e245 refactor: remove unused variables Beatriz Vieira 2021-07-31 17:09:25 -03:00
  • 11580133b0 style: add newline to .golangci.yml Beatriz Vieira 2021-07-31 16:58:28 -03:00
  • 077fcbf717 ci: add golangci to github actions Beatriz Vieira 2021-07-31 16:53:00 -03:00
  • 18b4d78bd8 chore: config golangci lint Beatriz Vieira 2021-07-31 16:40:18 -03:00
  • 6184ac3ad4 refactor: fix tagliatelle yaml lint Beatriz Vieira 2021-07-31 16:39:38 -03:00
  • 77152fcd52 refactor: fix printf-like lint Beatriz Vieira 2021-07-31 16:37:15 -03:00
  • dcba256903 refactor: fix ifshort lint Beatriz Vieira 2021-07-31 16:35:54 -03:00
  • a96ffa51ce refactor: fix prealloc lint Beatriz Vieira 2021-07-31 16:35:28 -03:00
  • 162ce50ae5 refactor: remove uneeded comment Beatriz Vieira 2021-07-31 16:25:55 -03:00
  • b83c6e335d chore: run lint autofix Beatriz Vieira 2021-07-31 16:03:58 -03:00
  • c037311d1a
    Merge pull request #27 from bvieira/commit-cmd-flags Beatriz Vieira 2021-07-31 16:01:11 -03:00
  • a4d2a7b989
    Merge branch 'master' into commit-cmd-flags Beatriz Vieira 2021-07-31 15:59:57 -03:00
  • 821a4889c6 refactor: change commit command flag alias Beatriz Vieira 2021-07-31 15:59:23 -03:00
  • 2d22b9d9f2
    Merge pull request #26 from bvieira/#24 Beatriz Vieira 2021-07-31 15:54:19 -03:00
  • ff34b484a5 feat: add flags to commit command Beatriz Vieira 2021-07-31 00:47:58 -03:00
  • 1023742e7d docs: add available types to release notes sections Beatriz Vieira 2021-07-30 21:16:49 -03:00
  • e9f4c144d8 feat: support more commit-types on release notes in a fixed order Beatriz Vieira 2021-07-30 21:03:34 -03:00
  • 206f6a9105 feat: change some config arrays to yaml inline arrays for better readability Beatriz Vieira 2021-07-30 20:58:10 -03:00
  • 13c2558d2a
    Merge pull request #25 from bvieira/update-deps Beatriz Vieira 2021-07-30 20:12:07 -03:00
  • ff4774737b chore: add lint and lint-autofix to .phony Beatriz Vieira 2021-07-30 19:44:49 -03:00
  • 146b14ffb0 build: run go mod tidy Beatriz Vieira 2021-07-30 19:44:10 -03:00
  • e12107681f chore: change tag pattern to vX.X.X Beatriz Vieira 2021-07-28 23:09:15 -03:00
  • cac5c13b08 build: update go and dependencies Beatriz Vieira 2021-07-26 23:34:50 -03:00
  • fe3b2e0e4f
    Merge pull request #23 from sheldonhull/master Beatriz Vieira 2021-07-26 21:57:38 -03:00
  • 893213399c
    chore: add lint prefix to autofix Beatriz Vieira 2021-07-26 21:56:27 -03:00
  • dee7890569
    chore: fix typo on makefile help Beatriz Vieira 2021-07-26 21:54:49 -03:00
  • 7d74abd677 refactor: 🚚 adjust module naming to support go install Sheldon Hull 2021-07-22 18:07:18 -05:00
  • 7de1784bc6
    Merge pull request #22 from bvieira/issue-prefix Beatriz Vieira 2021-07-18 18:15:21 -03:00
  • ba5bcdc817 ci: compress sv4git binary with tar.gz for linux and macos Beatriz Vieira 2021-07-18 17:59:57 -03:00
  • 50ba69318c feat: add support to append a prefix to issue value on footer metadata Beatriz Vieira 2021-07-18 17:18:00 -03:00
  • 8c266a5a20 chore: add test-coverage and test-show-coverage tasks to makefile Beatriz Vieira 2021-07-18 17:02:19 -03:00
  • a8139b4b26 fix: use use-hash config when enhancing commit message Beatriz Vieira 2021-07-18 16:20:38 -03:00
  • c4964d7531
    Merge pull request #21 from bvieira/#20 Beatriz Vieira 2021-04-12 22:27:27 -03:00
  • a58c345340 fix(config): empty slices must overwrite default config Beatriz Vieira 2021-04-12 22:19:36 -03:00
  • 591e00ec51
    Merge pull request #19 from bvieira/#17 Beatriz Vieira 2021-04-10 23:43:24 -03:00
  • 82b257b398
    Merge branch 'master' into #17 Beatriz Vieira 2021-04-10 23:42:07 -03:00
  • 68f1b425ff
    Merge pull request #18 from bvieira/#16 Beatriz Vieira 2021-04-10 23:38:09 -03:00
  • a1eaa78a6c feat(changelog): add add-next-version flag Beatriz Vieira 2021-04-10 22:59:30 -03:00
  • 8ff0147ec9 fix: use full version and not only major, minor and patch at changelog and releasenotes Beatriz Vieira 2021-04-10 17:18:14 -03:00
  • e4e395ee39 feat: support lightweight tags Beatriz Vieira 2021-04-10 17:01:58 -03:00
  • fabecbf56c docs: readme revision Beatriz Vieira 2021-04-07 20:53:04 -03:00