1 const fs = require('fs');
3 const data = fs.readFileSync('/dev/stdin', 'utf-8');
6 'New changelog entries:'
8 + `\n>${data.replace(/\n/g, '\n>')}`
10 + '\n<https://design-system.protontech.ch/|documentation> | <https://design-system.protontech.ch/?path=/docs/changelog--page|changelog>'
12 console.log(JSON.stringify(message));