0
0
mirror of https://github.com/thegeeklab/git-sv.git synced 2024-06-03 03:49:39 +02:00
Commit Graph

274 Commits

Author SHA1 Message Date
795a6bb090
fix: fix tag filter in releasenotes command (#9) 2023-10-17 10:43:45 +02:00
b3004b6be6
ci: fix changelog generation for tag events (#8) 2023-10-17 10:27:56 +02:00
be1b592470
feat: add special value next for tag filters 2023-10-17 09:52:28 +02:00
e5c4415f1e
ci: fix releases and add linkcheck (#7) 2023-10-17 00:41:04 +02:00
6c9bb27865
fix gomod version in readme 2023-10-16 21:45:41 +02:00
d1fc5ab1a2
bump golang to v1.21 2023-10-16 21:42:04 +02:00
7e4c4257eb
fix gomod version 2023-10-16 21:41:33 +02:00
13ea089967
cleanup changelog step name 2023-10-16 15:05:56 +02:00
14ee7e71c2
feat: add option to write changelogs to file (#6) 2023-10-16 00:29:02 +02:00
renovate[bot]
a222bd3430
chore(docker): update golang:1.21 docker digest to 24a0937 (#1)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-16 00:12:52 +02:00
d6402c8bc9
fix spellcheck 2023-10-15 22:41:13 +02:00
eb7bea48e2
fix: add missing processors and fix logging 2023-10-15 22:20:39 +02:00
ac9b7496c5
chore: cleanup and update dependencies 2023-10-15 21:45:47 +02:00
d68f48ce6a
docs: add credits for sv4git to readme 2023-10-15 21:34:03 +02:00
db1691ada4
refactor: rework packages and interfaces (#3) 2023-10-15 21:29:29 +02:00
c06748910e
fix test 2023-10-13 23:32:14 +02:00
4d8619e6eb
fix docs pipeline 2023-10-13 22:40:11 +02:00
0d2a36112b
cleanup docs and repo settings 2023-10-12 17:26:56 +02:00
00e2fe31e5
initial commit after fork 2023-10-12 16:18:25 +02:00
Beatriz Vieira
20e64f8fcf
docs: update build status on readme 2023-01-22 21:23:09 -03:00
Beatriz Vieira
952dcec96f
Merge pull request #91 from bvieira/#87
Feature: add os.Getenv as template function
2023-01-22 21:02:02 -03:00
Beatriz Vieira
bdd631ab76
Merge branch 'master' into #87 2023-01-22 21:00:14 -03:00
Beatriz Vieira
192daa51e8
Merge pull request #90 from bvieira/#84
Feature: support empty overwrite for tag.filter and tag.pattern
2023-01-22 20:59:49 -03:00
Beatriz Vieira
74f2ea51f4 feat: add os.Getenv as template function
issue: #87
2023-01-22 20:56:22 -03:00
Beatriz Vieira
52e2fe5d6f
Merge branch 'master' into #84 2023-01-22 20:48:21 -03:00
Beatriz Vieira
4fec01e9b5
Merge pull request #89 from bvieira/#85
Feature: remove carriage return from commit body
2023-01-22 20:41:45 -03:00
Beatriz Vieira
062b8f332b
Merge branch 'master' into #85 2023-01-22 20:40:49 -03:00
Beatriz Vieira
6d6dd9023c build: update actions to v3
issue: #85
2023-01-22 20:38:28 -03:00
Beatriz Vieira
784cf8947e
Merge pull request #88 from bvieira/dependabot/go_modules/github.com/urfave/cli/v2-2.24.1
build(deps): bump github.com/urfave/cli/v2 from 2.23.7 to 2.24.1
2023-01-22 20:35:05 -03:00
dependabot[bot]
bf6667df88
build(deps): bump github.com/urfave/cli/v2 from 2.23.7 to 2.24.1
Bumps [github.com/urfave/cli/v2](https://github.com/urfave/cli) from 2.23.7 to 2.24.1.
- [Release notes](https://github.com/urfave/cli/releases)
- [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md)
- [Commits](https://github.com/urfave/cli/compare/v2.23.7...v2.24.1)

---
updated-dependencies:
- dependency-name: github.com/urfave/cli/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-22 23:33:46 +00:00
Beatriz Vieira
b1119612f8
Merge pull request #86 from bvieira/update-dependencies
chore: update go version and dependencies
2023-01-22 20:32:37 -03:00
Beatriz Vieira
3f09d27591 test: unit test for overwrite tag config
issue: #84
2023-01-21 23:30:29 -03:00
Beatriz Vieira
6dd48c2458 feat: support empty overwrite for tag.filter and tag.pattern
issue: #84
2023-01-21 23:29:44 -03:00
Beatriz Vieira
12a52d9ecf test: add carriage return tests on parse
issue: #85
2023-01-21 22:03:10 -03:00
Beatriz Vieira
4a15a659d9 feat: remove carriage return from commit body
issue: #85
2023-01-21 22:02:30 -03:00
Beatriz Vieira
81c97c21ba build: update workflows to use go 1.19 2023-01-15 00:19:46 -03:00
Beatriz Vieira
eea20ebf6b refactor: change ioutil.ReadFile to os.ReadFile 2023-01-14 23:56:05 -03:00
Beatriz Vieira
5e2ea6bdeb style: run gofmt 2023-01-14 23:55:18 -03:00
Beatriz Vieira
cfa4e4a036 chore: update go to 1.19 and all the dependencies 2023-01-14 23:49:25 -03:00
Beatriz Vieira
e76d0b8c1a Merge branch 'master' of github.com:bvieira/sv4git 2022-07-22 16:31:19 -03:00
Beatriz Vieira
31c24553a4 style: format .sv4git 2022-07-22 16:31:10 -03:00
Beatriz Vieira
9e6376a198
Merge pull request #64 from bvieira/update-go-on-actions
build: update go to 1.18 on github workflows
2022-07-22 16:25:45 -03:00
Beatriz Vieira
82c9cd82bf build: update go to 1.18 on github workflows 2022-07-22 16:24:42 -03:00
Beatriz Vieira
6f41ca3a9f
Merge pull request #63 from bvieira/update-dependencies
chore: update dependencies
2022-07-22 16:21:42 -03:00
Beatriz Vieira
f66de49032 chore: add misc section on release notes 2022-07-22 16:18:24 -03:00
Beatriz Vieira
e3db811b4b build: update go to 1.18 2022-07-22 16:15:50 -03:00
Beatriz Vieira
748fa5a56b chore: go mod tidy 2022-07-22 15:40:58 -03:00
Beatriz Vieira
0b917d1de6
Merge pull request #57 from bvieira/dependabot/go_modules/github.com/imdario/mergo-0.3.13
build(deps): bump github.com/imdario/mergo from 0.3.12 to 0.3.13
2022-07-22 15:39:22 -03:00
Beatriz Vieira
d272fa228d
Merge branch 'update-dependencies' into dependabot/go_modules/github.com/imdario/mergo-0.3.13 2022-07-22 15:39:10 -03:00
Beatriz Vieira
69647fc33c
Merge pull request #62 from bvieira/dependabot/go_modules/github.com/urfave/cli/v2-2.11.1
build(deps): bump github.com/urfave/cli/v2 from 2.4.0 to 2.11.1
2022-07-22 15:37:35 -03:00