Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • D Differential Privacy
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Custom issue tracker
    • Custom issue tracker
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • repos
  • generated-data-platform
  • Differential Privacy
  • Merge requests
  • !1

Add a bump2version config compatible with trigger_release.

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Gmodena requested to merge tune-bump2version-config into main Sep 16, 2022
  • Overview 0
  • Commits 1
  • Pipelines 1
  • Changes 1

The trigger_release job (used in the artifact publishing pipelines) assumes that your project is configured to use bump2version, and adheres to the following development lifecycle (similar to maven release plugin):

Semantic versioning is used. Work is done in development branches and merged into the main branch. The main branch is always on a '.dev' release. Releases are made by removing the .dev release suffix and committing a tag.

Reference: https://gitlab.wikimedia.org/repos/data-engineering/workflow_utils/-/tree/main/gitlab_ci_templates

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: tune-bump2version-config