Skip to content

Instantly share code, notes, and snippets.

@dymurray
Created October 4, 2017 18:34
Show Gist options
  • Save dymurray/5b3bd839d59445d4c0e10a840abf16c8 to your computer and use it in GitHub Desktop.
Save dymurray/5b3bd839d59445d4c0e10a840abf16c8 to your computer and use it in GitHub Desktop.
#!/bin/sh
for repo in rhscl-postgresql-apb mediawiki123-apb jenkins-apb manageiq-apb wordpress-ha-apb thelounge-apb rocketchat-apb rhscl-mariadb-apb rds-postgres-apb pyzip-demo-apb pyzip-demo-db-apb nginx-apb hello-world-db-apb hello-world-apb hastebin-apb etherpad-apb rhscl-mysql-apb; do
cd $repo && git add . && git commit -m "Bug 1498185 - Move version label onto APB spec"; cd ..
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment