Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 665 Bytes

RELEASE.md

File metadata and controls

21 lines (18 loc) · 665 Bytes

Release process

Git

  1. Make sure you are on main branch:
    git checkout main
    
  2. Verify, that CHANGELOG.md contains all the changes for the release.
  3. Create a tag and push to origin:
    git tag v0.0.1
    git push origin --tags
    

GitHub

  1. Click the Create a new release link on the project homepage in GitHub
  2. Type v{semantic_version} as the "tag version" (e.g., v0.0.1)
  3. Leave the "target" as main
  4. Type dbt-teradata-utils {semantic_version} as the "release title" (e.g. dbt-teradata-utils 0.0.1)
  5. Click the "publish release" button