You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Switch to semantic versioning (semver) compatible versioning pattern
- filenames (where applicable)
- embedded version metadata
- Generate RPM/DEB packages using nFPM
- "stable" release packages
- "dev" release packages
- provides binaries with `_dev` suffix in order to more easily
test the impact of new releases
- Add version metadata to Windows executables
- Use `github.com/tc-hib/go-winres` and `winres.json` file to apply
version details to Windows executables provided by this project
- NOTE: This is future planning; this project does not currently
provide Windows binaries (this support is not present yet)
- update `.gitignore` to exclude Windows syso files
- these files are produced when running go generate as part of the
build process and should not be retained in version control
- Makefile: Compress binaries and use fixed filenames
- Makefile: Refresh recipes to add "standard" set, new package-related
options
- Build dev/stable releases using go-ci Docker image
- Add Dockerfile to provide "builder" image for Makefile-driven
release builds
- Update Dependabot configuration to add update monitoring for
`go-ci-oldstable-build` image
- Add Docker-based build recipes to Makefile
- `docker-release-build`
- `docker-dev-build`
- `docker-packages`
- Update README
- note decompression step needed after downloading individual
binaries or building via some Makefile recipes
- note DEB and RPM packages as alternatives to downloading
individual binaries
refs GH-52
refs GH-53
refs GH-54
refs GH-55
refs GH-56
refs GH-57
Overview
Update generated assets to use a semver compatible pattern for::
References
The text was updated successfully, but these errors were encountered: