Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

package.xml version template #4

Open
wants to merge 1 commit into
base: indigo-rethink
Choose a base branch
from

Conversation

rethink-neil
Copy link

Templating the version field in a package.xml is pretty neat because it lets you specify the version string at "bloom-time". This is good because it allows you to bloom-release untagged commits. For this patch, I did one of these...

find . -type f -name "package.xml" \
    -exec sed -i 's|<version>1.11.8</version>|<version>:{version}</version>|g' {} +

...which I think is what's needed.

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.

1 participant