Commit 6d95a25
committed
release.sh: Drop version-bump commit logic
The release script previously ran git commit after bumping pkgver/pkgrel
in PKGBUILD and dkms.conf. In practice the version bump is already
committed earlier during the bump-aurgen-test cycle, so the commit inside
release.sh was either a no-op or created a duplicate commit for the same
version.
Drop the git add + git commit block. The sed lines stay as an
idempotency safety net, but release.sh no longer produces commits. Also
reword the pre-tag prompt and the "local commit + tag exist" comment to
match the new flow (tag only).
Signed-off-by: Javier Tia <floss@jetm.me>1 parent 59d69b8 commit 6d95a25
1 file changed
Lines changed: 5 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
| 128 | + | |
129 | 129 | | |
130 | | - | |
| 130 | + | |
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
| 135 | + | |
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | 142 | | |
151 | 143 | | |
152 | 144 | | |
153 | | - | |
154 | | - | |
| 145 | + | |
| 146 | + | |
155 | 147 | | |
156 | 148 | | |
157 | 149 | | |
| |||
0 commit comments