Skip to content

Commit

Permalink
cleanup and release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JayaKrishnaNamburu committed Sep 7, 2023
1 parent b1522fc commit b9a7cc5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 13,013 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules/
dist/
yarn-error.log
pacakge-lock.json
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@
Mapping utilities for understanding external headless CMS data.

## Release process
Once the changes are merged into the `main` branch. Always make sure,
you make a `tag` from the version. And always bump only the `patch` version.
Once the changes are merged into the `main` branch.
- Always make sure, you make a `tag` from the version.
- And always bump only the `patch` version.
- Create a release on the GitHub repo with the same tag name.

## Why we need to bump only the patch version?

Eg: 1.0.4 -> becomes 1.0.5

Expand Down
Loading

0 comments on commit b9a7cc5

Please sign in to comment.