- Make sure you are on
main
branch:git checkout main
- Verify, that
CHANGELOG.md
contains all the changes for the release. - Create a tag and push to origin:
git tag v0.0.1 git push origin --tags
- Click the Create a new release link on the project homepage in GitHub
- Type
v{semantic_version}
as the "tag version" (e.g.,v0.0.1
) - Leave the "target" as
main
- Type
dbt-teradata-utils {semantic_version}
as the "release title" (e.g.dbt-teradata-utils 0.0.1
) - Click the "publish release" button