File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# * makem.sh/Makefile --- Script to aid building and testing Emacs Lisp packages
2
2
3
3
# URL: https://github.com/alphapapa/makem.sh
4
- # Version: 0.4.2
4
+ # Version: 0.5
5
5
6
6
# * Arguments
7
7
Original file line number Diff line number Diff line change @@ -232,7 +232,7 @@ It's often helpful to run tests automatically before pushing with git. Here's a
232
232
:TOC: :ignore children
233
233
:END:
234
234
235
- ** 0.5-pre
235
+ ** 0.5
236
236
237
237
*Changed*
238
238
+ Display all byte-compile warnings when linting, not just the first.
Original file line number Diff line number Diff line change 3
3
# * makem.sh --- Script to aid building and testing Emacs Lisp packages
4
4
5
5
# URL: https://github.com/alphapapa/makem.sh
6
- # Version: 0.5-pre
6
+ # Version: 0.5
7
7
8
8
# * Commentary:
9
9
Original file line number Diff line number Diff line change 1
1
# * test.yml --- Test Emacs packages using makem.sh on GitHub Actions
2
2
3
3
# URL: https://github.com/alphapapa/makem.sh
4
- # Version: 0.4.2
4
+ # Version: 0.5
5
5
6
6
# * Commentary:
7
7
You can’t perform that action at this time.
0 commit comments