You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,4 +4,6 @@ For Transcend-folk:
4
4
- it's probs best to reset hard to the fork head before new changes
5
5
- bump the version in operations/helm/piko/Chart.yaml to the version you want
6
6
- builds are triggered when you open a PR or push to main
7
-
- releases are triggered on pushes to git tags starting with `v`
7
+
- releases are triggered on pushes to git tags starting with `v`. Run something like `git tag v0.8.2 && git push origin v0.8.2` making sure to update the version in both places
8
+
9
+
We've slimmed down the release workflow to only release the linux binaries
0 commit comments