mirror of
https://github.com/primer/css.git
synced 2024-12-19 12:12:02 +03:00
6 lines
77 B
Bash
Executable File
6 lines
77 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
echo "📓 Generating CHANGELOG..."
|
|
npx lerna-changelog
|