Skip to content

Commit

Permalink
feat: add conventional commit details to README
Browse files Browse the repository at this point in the history
  • Loading branch information
tracetechnical authored Sep 7, 2022
2 parents ccbb830 + 75f6cba commit 8c8d542
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,8 @@ After deploying, an stdout with the url to the endpoint and the AWS secret ARN w
To add append to a table:

`ogr2ogr -f "PostgreSQL" PG:"host=HOST dbname=DBNAME user=USER password=PASSWORD" "LargeFires_2012-2020.gpkg" -nln fire_boundaries2 -append`

#### Commiting
We use this action to create tags https://github.com/mathieudutour/github-tag-action

This uses [conventional commit methodology](https://www.conventionalcommits.org/en/v1.0.0/) to create tags using the logic detailed [here](https://github.com/mathieudutour/github-tag-action#bumping)

0 comments on commit 8c8d542

Please sign in to comment.