github.com/goreleaser/nfpm/v2@v2.44.0/scripts/pages/build.sh (about)

     1  #!/bin/bash
     2  set -e
     3  
     4  version="$(cat ./www/static/latest)"
     5  sed -s'' -i "s/__VERSION__/$version/g" www/content/docs/install.md
     6  cd www
     7  hugo --minify