Skip to content

v0.7.0

Compare
Choose a tag to compare
@maoueh maoueh released this 14 Jul 20:02

Deprecation

The release.upload-substreams-spkg has been deprecated in favor of using pre-build-hooks and upload-extra-assets instead, the replacement code is converting release.upload-substreams-spkg using this new system internally.

Change

release:
  upload-substreams-spkg: substreams.yaml

By

release:
  pre-build-hooks: ['substreams pack -o "{{ .buildDir }}/{{ .global.Project }}-{{ .release.Version }}.spkg" substreams.yaml"']
  upload-extra-assets: ["{{ .buildDir }}/{{ .global.Project }}-{{ .release.Version }}.spkg"]

Added

  • If changelog list Next as the header, default prompted version is the next patch version.

  • Extracted version from CHANGELOG is now much more selective.

  • Prevent release if changelog extracted version and latest tag version are the same.

  • Added global.sfreleaser-min-version configuration value to force users to upgrade to a new version of sfreleaser.