Skip to content

Create version bump script#1468

Closed
drubin wants to merge 1 commit intosameersbn:masterfrom
drubin:bump-version
Closed

Create version bump script#1468
drubin wants to merge 1 commit intosameersbn:masterfrom
drubin:bump-version

Conversation

@drubin
Copy link
Contributor

@drubin drubin commented Jan 15, 2018

Simple script to replace the version of gitlab in all the files.
Works on osx and linux

@pieterlange
Copy link
Contributor

This also rewrites the Changelog.md which is probably unintended.

I just clumsily did something similar while staging a version bump (which should be easy) but it is easily manually patched. Excuse my french:
for file in $(grep -r 10.3.3 . | cut -d: -f1 | sort | uniq); do sed -i 's/10.3.3/10.3.4/g' $file ;done

@drubin
Copy link
Contributor Author

drubin commented Jan 16, 2018

Thanks. Will fix it to exclude the changelog. But yes it should be easier. The annoying bit is also making it work both on mac and Linux.

Simple script to replace the version of gitlab in all the files.
Works on osx and linux
@drubin
Copy link
Contributor Author

drubin commented Jan 17, 2018

FIxed to exclude the changelog.

@drubin
Copy link
Contributor Author

drubin commented Jan 24, 2018

@solidnerd ping?

gjrtimmer referenced this pull request in gjrtimmer/docker-gitlab Dec 13, 2018
Refactored branch uses a global config.yml for all configuration, including updating the version numbers in the newly generated documentation. This makes PR #1468 obsolete.
@drubin drubin closed this May 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants