File: RELEASE.md

package info (click to toggle)
libssc 0.3.0-1
  • links: PTS
  • area: main
  • in suites: experimental
  • size: 1,840 kB
  • sloc: ansic: 3,551; python: 647; sh: 15; makefile: 11
file content (6 lines) | stat: -rw-r--r-- 273 bytes parent folder | download
1
2
3
4
5
6
# Release instructions

1. Update [CHANGELOG.md](CHANGELOG.md) with the latest changes
2. Update version tag in `meson.build`.
3. Update SSC Server version in `mocking/ssc-server`.
4. Tag an annotated release with semantic versioning: `git tag -s -m "libssc X.Y.Z" vX.Y.Z`