When contributing to Pants, how do I set the Pants...
# general
c
When contributing to Pants, how do I set the Pants version to use the Pants source code in my branch? For example, I want to add a new argument to the
test
goal, and want to be able to test it out manually via
./pants test [my_argument_here]
. When I run
./pants version
, I see
2.14.0.dev3
.
1
p
c
Ahh, thank you! 🙂