Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 729 Bytes

RELEASING.md

File metadata and controls

33 lines (20 loc) · 729 Bytes

Releasing

Prerequisites

Generating CHANGELOG

  1. Change future-release= and since-tag in .github_changelog_generator

  2. Run:

github_changelog_generator -u mongodb -p go-client-mongodb-atlas
  1. Change Version in file mongodbatlas/mongodbatlas.go

And open a PR with your changes.

Tag and Release

Feel free to use the github GUI to release, or run:

./scripts/release.sh

Updating the library version

After releasing update the library version to its next desired version: