foundkey 13.0.0-preview1 has been tagged btw
feel free to run it!
Here is a quick guide on how to follow "stable releases" using the main+tag system.git clone https://akkoma.dev/FoundKeyGang/FoundKey
cd FoundKey
# use whatever branch name you want
# I'm using toast.cafe in this example
git checkout tags/v13.0.0-preview1 -b toast.cafe
# now you have a branch that you can do things with!
# once a new release is out...
git fetch -t # get the new tag
# merge the tag in! for easy reverts you can also choose to squash everything, it's up to you!
git merge tags/v13.0.0-preview2 --squash
# you are now on the "next" release
Conversation
Notices
-
Embed this notice
Toast :chaos: (toast@mk.toast.cafe)'s status on Monday, 08-Aug-2022 21:00:11 JST Toast :chaos: