@gotamedia/utils
Advanced tools
+7
-0
@@ -5,2 +5,9 @@ # Changelog | ||
| ## [0.1.1](https://bitbucket.org/gotamedia/utils/compare/0.1.1..0.1.0) (2023-05-29) | ||
| ### Bug Fixes | ||
| * **doc:** Updated README. ([00ab88f](https://bitbucket.org/gotamedia/utils/commits/00ab88f2d44b90866f04baa96296894d0d6ca7fa)) | ||
| ## [0.1.0](https://bitbucket.org/gotamedia/utils/compare/0.1.0..0.0.3) (2023-05-29) | ||
@@ -7,0 +14,0 @@ |
+1
-1
| { | ||
| "name": "@gotamedia/utils", | ||
| "version": "0.1.0", | ||
| "version": "0.1.1", | ||
| "private": false, | ||
@@ -5,0 +5,0 @@ "description": "Set of Utils helper for NodeJs Runtime.", |
+30
-1
@@ -92,2 +92,31 @@ # Gota Media Utils | ||
| } | ||
| ``` | ||
| ``` | ||
| ## Contributing | ||
| ### Trunk based development | ||
| This project uses a [trunk based development](https://cloud.google.com/architecture/devops/devops-tech-trunk-based-development) workflow. | ||
| > **_NOTE:_** `master` is the trunk branch | ||
| ### Conventional commits | ||
| This project works with [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/). | ||
| ### Contribute | ||
| * Pull latest from develop. | ||
| * Branch out a new branch. | ||
| * Commit and push your awesome code. | ||
| * Open a pull request so we can approve your awesome code. | ||
| ## Publish | ||
| Any time you push to origin master branch, a pipeline will be automatically triggered and it will build the package for you. | ||
| The pipeline will bump the version for you automatically and tag the package. | ||
| > **_NOTE:_** NO MANUAL TAGGING | ||
| Then it will generate and update the CHANGELOG depends on your pushed commits. | ||
| ## License | ||
| MIT |
7420
17.29%121
31.52%