1
1
mirror of https://github.com/walles/moar.git synced 2024-09-11 12:15:43 +03:00
Commit Graph

20 Commits

Author SHA1 Message Date
Johan Walles
ce49d99a9a Add Linux/arm32 builds
Fixes #122

Or actually works around rather than fixes. The fix would be to have
moar packaged for Debian.
2023-02-22 19:48:31 +01:00
Johan Walles
871ac3be53 Fix some easy warnings 2022-12-29 08:56:35 +01:00
Johan Walles
03696fd08d Put newest version numbers last
To help prevent mis-numbering new releases.
2022-12-29 08:55:31 +01:00
Johan Walles
45adcc4a3c Correct homebrew release instructions 2022-09-25 08:40:40 +02:00
Johan Walles
c3a27f4fbe Improve release script docs 2022-02-13 07:57:40 +01:00
Johan Walles
46b84fb392 Add a Windows executable to the release 2021-09-10 06:50:44 +02:00
Johan Walles
994e29bc66 Document move to homebrew-core 2021-06-12 08:47:24 +02:00
Johan Walles
90ba73e11a Add homebrew packaging
`brew install walles/johan/moar` to install.

`brew upgrade` to upgrade to latest release.

Packaging lives here:
https://github.com/walles/homebrew-johan/blob/main/Formula/moar.rb

Fixes #63, thanks @fredericrous for the inspiration!
2021-06-05 11:10:31 +02:00
Johan Walles
f81f9d47d4 Require version number on v1.2.3 form
See #47.
2021-04-20 20:31:23 +02:00
Johan Walles
f0dead13ad Move historical releases into their own directory
Because of <https://github.com/microsoft/vscode/issues/38878> vscode
doesn't handle having old releases in the top dir. This change moves
them away.
2020-12-30 18:43:25 +01:00
Johan Walles
0ccbd6a2b3 Deal with broken commit messages
Our git commit messages have been screwed up by VSCode 1.40.1, probably
in conjunction with using Git in Swedish.
diff --git release.sh release.sh
index 1cc1f6c..1b6805c 100755
--- release.sh
+++ release.sh
@@ -30,7 +30,7 @@ echo

 # FIXME: Make this part of the editable tagging message
 echo "Changes since last release:"
-git log --first-parent --pretty="format:* %s" "$LAST_VERSION"..HEAD | cat
+git log --first-parent --pretty="format:* %s" "$LAST_VERSION"..HEAD | sed 's/ diff.*//'
 echo
 echo

Change-Id: Iedaecf17a69c8cfe22f29714907e599ff2b86689
2019-11-19 15:36:21 +01:00
Johan Walles
dd00a9fc5c Release script tuning
diff --git release.sh release.sh
index 27f20bc..1cc1f6c 100755
--- release.sh
+++ release.sh
@@ -31,6 +31,8 @@ echo
 # FIXME: Make this part of the editable tagging message
 echo "Changes since last release:"
 git log --first-parent --pretty="format:* %s" "$LAST_VERSION"..HEAD | cat
+echo
+echo

 # Make an annotated tag for this release
 git tag --annotate "$VERSION"

Change-Id: I37a2f3630d50aaa5bbacda02345f008510ec802a
2019-11-13 16:26:08 +01:00
Johan Walles
8a8f583157 Release script tuning
diff --git release.sh release.sh
index 8082ca7..27f20bc 100755
--- release.sh
+++ release.sh
@@ -30,7 +30,7 @@ echo

 # FIXME: Make this part of the editable tagging message
 echo "Changes since last release:"
-git log --first-parent --pretty="format:* %s" "$LAST_VERSION"..HEAD
+git log --first-parent --pretty="format:* %s" "$LAST_VERSION"..HEAD | cat

 # Make an annotated tag for this release
 git tag --annotate "$VERSION"

Change-Id: I45923ffe0d35067ac2885cdbf3de50f33c5404c7
2019-11-07 09:23:53 +01:00
Johan Walles
f1f11f6805 release.sh usability fix 2019-10-30 22:08:37 +01:00
Johan Walles
1fe3ad185f List changes since last release before tagging 2019-08-08 17:59:04 +02:00
Johan Walles
f5521f53f3 release.sh usability changes 2019-08-05 07:30:24 +02:00
Johan Walles
687c948bd9 Fix speling error 2019-08-04 19:45:20 +02:00
Johan Walles
9bd1693037 Improve release script 2019-08-04 19:44:00 +02:00
Johan Walles
5031d4aa65 Prevent releasing dirty versions 2019-08-04 19:40:58 +02:00
Johan Walles
bc4bae3625 Add a script for making new releases 2019-08-04 19:07:14 +02:00