mirror of
https://github.com/maputnik/editor.git
synced 2025-12-06 06:10:00 +00:00
Keeps the repo clean, same as several other of our repos --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
12 lines
470 B
Markdown
12 lines
470 B
Markdown
# Build Scripts
|
|
|
|
This folder holds common build scripts used by some of the Github workflows.
|
|
|
|
The scripts are borrowed from [maplibre/maplibre-gl-js](https://github.com/maplibre/maplibre-gl-js/tree/bc70bc559cea5c987fa1b79fd44766cef68bbe28/build).
|
|
|
|
## Generate Release Notes
|
|
|
|
`bump-version-changelog.js` Used to update the changelog with the current notes, and set up a space for new notes
|
|
|
|
`release-notes.js` Used to generate release notes when releasing a new version
|