all repos — min @ c6b7f0a71001c14d2fc8fed0308657cc4db2cf12

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.