UNPKG

258 BJavaScriptView Raw
1'use strict'
2
3// Note: this file absolutely could be inlined to the index.js, but it would
4// ruin the consistency of the single line plugin definitions 😅
5
6const message = `Release: <%= nextRelease.version %> 🔖 [skip ci]`
7
8module.exports = { message }