mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-17 20:47:50 +02:00
parent
025e02a3bf
commit
0a190ef390
@ -44,7 +44,7 @@ On all fields, you have these available functions:
|
||||
|
||||
| Usage | Description |
|
||||
| :--------------------: | :----------------------------------------------------------------------------------: |
|
||||
| `replace "v1.2" "v" ""` | replaces all macthes. See [ReplaceAll](https://golang.org/pkg/strings/#ReplaceAll) |
|
||||
| `replace "v1.2" "v" ""` | replaces all matches. See [ReplaceAll](https://golang.org/pkg/strings/#ReplaceAll) |
|
||||
| `time "01/02/2006"` | current UTC time in the specified format |
|
||||
| `tolower "V1.2"` | makes input string lowercase. See [ToLower](https://golang.org/pkg/strings/#ToLower) |
|
||||
| `toupper "v1.2"` | makes input string uppercase. See [ToUpper](https://golang.org/pkg/strings/#ToUpper) |
|
||||
|
Loading…
x
Reference in New Issue
Block a user