Skip to content

StreamingFast internal tool to normalize release process across our projects

License

Notifications You must be signed in to change notification settings

streamingfast/sfreleaser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StreamingFast sfreleaser

Note This tool is meant for StreamingFast usage and is not a generic release tool. If you like it, feel free to use it but your are not our main target.

This is a tool we use internally at StreamingFast to automate release process in a standardize way. The tool can support different language and variant. Currently supported project types:

  • Language: Golang, Variant: Application
  • Language: Golang, Variant: Library
  • Language: Rust, Variant: Library

The sfreleaser usually simply wraps instructions for other tools, mainly:

The sfreleaser release usually builds the necessary artifacts, configures goreleaser, uploads extra artifacts if necessary and performs the release on GitHub in draft mode. You have then the possibility to review it and publish it.

Development Version

The sfreleaser binary uses a build injected value for the version which is later used to compare against sfreleaser-min-version check in the config file.

If you build locally, either you the devel/sfreleaser script which inject it or go install -ldflags "-X main.version=0.7.1" ./cmd/sfreleaser where 0.7.1 should be set to the version you want to "simulate".

About

StreamingFast internal tool to normalize release process across our projects

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •