Skip to content

Commit 10b6221

Browse files
committed
wip
1 parent f26419a commit 10b6221

File tree

5 files changed

+12
-5201
lines changed

5 files changed

+12
-5201
lines changed

.goreleaser.yml

+9-5
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,16 @@ archives:
103103
# Defaults are any files matching `LICENCE*`, `LICENSE*`,
104104
# `README*` and `CHANGELOG*` (case-insensitive).
105105
files:
106-
- README.md
106+
- AUTHORS.md
107107
- CHANGELOG.md
108-
- cgo
108+
- CODE_OF_CONDUCT.md
109+
- CONTRIBUTING.md
110+
- LICENSE.md
111+
- README.md
112+
- go.mod
113+
- go.sum
114+
- GoInfos.txt
115+
- .vscode/*
109116
- cmd
110117
- docs/**/*
111118
- internal
@@ -114,9 +121,6 @@ archives:
114121
- test/**/*
115122
- third_party/**/*
116123
- til.Csharp
117-
- *.*
118-
119-
120124

121125
checksum:
122126
# You can change the name of the checksums file.

AUTHORS.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@
33
- Thomas Höhenleitner [@rokath](https://github.com/rokath)
44
- idea and implementation
55
- Paul Reichelt [@reicheltp](https://github.com/reicheltp)
6-
- very helpful hints, especially to use Go for the **rice** tool
6+
- very helpful hints, especially to use Go for the **trice** tool
77
- Sebastian Kasanzev [@Sebkasanzew](https://github.com/Sebkasanzew)
88
- pointed me to [screentogif](https://www.screentogif.com/)
99
- Sebastian Lehmann [@bbnote](https://github.com/bbnote)
1010
- discussed use cases
1111
- provided third_party/goST
1212
- Ida Höhenleitner (my little daughter)
1313
- designed the lovely Trice
14+
- Rico Herlt [@rherlt](https://2cld.de/)
15+
- Discussed with me several ideas

_XXXinternalStim.7z

-5.23 KB
Binary file not shown.

cmd.jlink

-1
This file was deleted.

0 commit comments

Comments
 (0)