Let's Automate Version Number Updates - NOT!by@tanker
2,218 reads

Let's Automate Version Number Updates - NOT!

August 9th 2020
10m
by @tanker 2,218 reads
tldt arrow
Read on Terminal Reader
Read this story w/o Javascript

Too Long; Didn't Read

Dimitri Merejkowsky was release manager at Softbank Robotics in 2008. He had to bump qiBuild, a command-line application to ease C++ development, from version 1.0.1 to 1.2. The way bumpversion works is a nice combination of the two approaches I’ve mentioned before: keep the hard-coded version number in as many files as required. Then, when bumping the project from version X to version Y:Iterate over the file list and replace all occurrences of X with Y, including in the configuration file itself.

Companies Mentioned

Mention Thumbnail
Mention Thumbnail
featured image - Let's Automate Version Number Updates - NOT!
Tanker HackerNoon profile picture

@tanker

Tanker

Data protection for the cloud


Receive Stories from @tanker

react to story with heart

RELATED STORIES

L O A D I N G
. . . comments & more!