now-release

Now template for Release

Usage no npm install needed!

<script type="module">
  import nowRelease from 'https://cdn.skypack.dev/now-release';
</script>

README

now-release

Automatic release template for now deployments

Usage

In the directory you are releasing from, create a release.js file containing:

module.exports = require('now-release')

to automatically include the deployment URL in your release notes.

Config

By default, the deployment URL will be read from your clipboard, or from the NOW_URL (or URL) environment variable.

$ NOW_URL="https://carbon-lwewejskfs.now.sh" release patch