common-workflow-language / cwl-utils

Python utilities for CWL

Home Page:https://cwl-utils.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

document release process

mr-c opened this issue · comments

Also, shouldn't we be using a v prefix on the tags to distinguish from non-release tags?

Ah, I had not updated the version number in cwl_utils/__meta__.py (other projects I contribute to get their version number from the tag automatically). We should document the release procedure

Hey @mr-c , I was just going by what you had done previously. Happy for v prefix, or even X.X.X (using semver maybe).

I put it in meta so you can get the version from code (without the package manager). I can comment it soon, but yeah generally:

  • bump version on meta
  • got tag with same version

@illusional Thanks again for setting that up. Twice (versions 0.8 and 0.9) now I've tagged and pushed to main but nothing happens ; I've manually uploaded those in the mean time