Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

conda build -c lcls-i -c conda-forge recipe


Remove tag from local git and github

git tag -d V10-00-01  # removes tag on local git

git push --delete origin V10-00-01  # removes tag on github

References

...