all repos — min @ 283a5a4b99d8eb7952099d26d237ae5a33f7928c

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.