dashpay / tenderdash

⟁ Tenderdash Core (SBFT Consensus) in Go
https://www.dashpay.org
Other
18 stars 14 forks source link

build: bump git-cliff to 2.4 and remove history before 1.0 #882

Closed lklimek closed 2 months ago

lklimek commented 3 months ago

Issue being fixed or feature implemented

  1. Changelog is very long, contains non-revelant information.
  2. Changelog is not generated correctly - some commits missing, due to bug in git-cliff that is already fixed

What was done?

  1. Updated git-cliff to 2.4
  2. Changed script to only include changes since 1.0.0
  3. Simplified git-cliff config
  4. Fixed issue with sha256sum file containing directory paths

How Has This Been Tested?

Run manually, will be tested during next release

Breaking Changes

None

Checklist:

For repository code-owners and collaborators only