Commit 09c6a9c
committed
fix: ignore module tags
Modifes the `Makefile` to ignore the module-specific tags we create
during the release. `goreleaser` has limited capabilities to filter
tags in the free version. Instead, we're able to set the current tag
explicitly via the `GORELEASER_CURRENT_TAG` environment variable.
We don't need to do this in the release job in CircleCI because it
checks out a specific tag and it doesn't fetch all other tags. So,
it only has the tag that we want.1 parent c00bd25 commit 09c6a9c
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| 105 | + | |
105 | 106 | | |
106 | 107 | | |
107 | 108 | | |
| |||
110 | 111 | | |
111 | 112 | | |
112 | 113 | | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
113 | 118 | | |
114 | 119 | | |
115 | 120 | | |
| |||
0 commit comments