opensource-nepal / node-nepali-datetime

A Node project designed to support native JavaScript-like features for Nepali date and times. It includes features such as 'NepaliDate' for Nepali date support and 'dateConverter' for date conversions.
GNU General Public License v3.0
63 stars 18 forks source link

Add standard version #61

Closed binodnepali closed 1 year ago

binodnepali commented 1 year ago

Use Case Automate versioning and CHANGELOG generation to remove manual effort for changelog writing.

Proposed Solution I see in the repo most of the time commit message is following conventional commit message. Maybe, we can use standard version to automate versioning and changelog generation.

Alternative Considered

Dependencies

Additional context

aj3sh commented 1 year ago

I was also thinking of using standard-version.

aj3sh commented 1 year ago

standard-version is depreciated. Let's look for an alternative library.

binodnepali commented 1 year ago

standard-version is depreciated. Let's look for an alternative library.

We can use either release-please (recommended by standard version) or change sets