Automatic release name based on package version number
January 1, 0001
python
DevOps
dockerfile
You can automate release creation by adding this snippet to pipeline.
It will create a new release (git tag) based on current package version.
|
|
Labeling docker images
You can also use the same approach to label docker images with current package version.
|
|