Skip to content

Instantly share code, notes, and snippets.

View rcompos's full-sized avatar

Ron Compos rcompos

View GitHub Profile

Keybase proof

I hereby claim:

  • I am rcompos on github.
  • I am composr (https://keybase.io/composr) on keybase.
  • I have a public key ASDzwTHJW-_waybE54Ib19X-UrRxZn7mtmLDSXmHsSBJkwo

To claim this, I am signing this object:

# Command-line Perl in place regex to increment the final digits in a Semantic version string:
# before -> version: v0.1.1
# after -> version: v0.1.2
perl -pi -e 's/^version:\s*(.*\.)(\S+)/version: $1${\($2+1)}/' my-file.txt
@rcompos
rcompos / velero-inst-gcp.md
Last active June 3, 2020 19:08
Velero on GCP