Skip to content
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.

Commit

Permalink
feat(build): fake change to trigger a build
Browse files Browse the repository at this point in the history
and more importantly, to trigger a release.
  • Loading branch information
ggascoigne authored Oct 10, 2018
1 parent b26c0c4 commit a1aba3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
// here's a handy bash function to load into your shell profile so you can convert
// screen recordings to animated GIFs!
// movToGif my-screen-recording.mov ==> my-screen-recording.mov.gif
function movToGif() {
function movToGif() {
`ffmpeg -i $1 -pix_fmt rgb24 -r 5 -f gif - | gifsicle --optimize=4 --delay=20 > $1.gif`;
}
-->

0 comments on commit a1aba3b

Please sign in to comment.