Library for our Golang projects
Development Status rebuy-go-sdk is designed for internal use. Since it uses Semantic Versioning it is safe to use, but expect big changes between major version updates.
Note: vN
is the new release (eg v3
) and vP
is the previous one (eg v2
).
- Create a new branch
release-vN
to avoid breaking changes getting into the previous release. - Do your breaking changes in the branch.
- Update the imports everywhere:
find . -type f -exec sed -i 's#github.com/rebuy-de/rebuy-go-sdk/vO#github.com/rebuy-de/rebuy-go-sdk/vP#g' {} +
- Merge your branch.
- Add Release on GitHub.