The GitHub action which powers data fetching for Flat.
A URL from which to fetch data, in CSV or JSON form
uses: githubocto/flat-action@v1
with:
url: "https://some.where/path/to/data.json"- Bump whatever you want to bump in the
package.jsonversion field npm run distand commit the built output (yes, you read that right)- create/update the major version and specific version tags:
git tag -f vMAJOR.MINOR.PATCH && git tag -f vMAJOR git push && git push --force --tags