all repos — min @ df7a772df4e6b87fd8f620bcb9bb80fa7e99f3be

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.