all repos — min @ c5fb4e0e69f4b4668980c66d95c7e1f014b0aa87

A small but practical concatenative programming language.

tasks/release.min

 1
#!/usr/bin/env min

"build" require :build
"github" require :github

#| Tasks |#
(
  symbol default
  (==>)
  ( 
    *build/guide
    *build/site
    *build/vim
    *build/windows
    *build/linux
    *build/macosx
    *github/update
    *github/upload
  )
) ::
;; Builds min executables and updates the current draft Github release.