Closed ullgren closed 5 years ago
Describe the bug Tag for release 0.2 is not pushed to github
To Reproduce Check the Mulesoft maven release repo at https://repository.mulesoft.org/nexus/content/repositories/releases/org/mule/raml/codegen/raml-client-generator-core/ and note that 0.2 is released.
Look for the tag in the git repo:
ponu@bravo:~/raml-java-client-generator (master u=) $ git remote -v origin git@github.com:mulesoft-labs/raml-java-client-generator.git (fetch) origin git@github.com:mulesoft-labs/raml-java-client-generator.git (push) ponu@bravo:~/raml-java-client-generator (master u=) $ git fetch --all Fetching origin ponu@bravo:~/raml-java-client-generator (master u=) $ git tag -l v0.1 v0.1.1
Expected behavior Since 0.2 is released to maven repository the tag v0.2 should exist and be pushed to github.
Screenshots See above
It didn't work. I opened a new issue and deleted my previous comment.
I've released the 0.3 version
Describe the bug Tag for release 0.2 is not pushed to github
To Reproduce Check the Mulesoft maven release repo at https://repository.mulesoft.org/nexus/content/repositories/releases/org/mule/raml/codegen/raml-client-generator-core/ and note that 0.2 is released.
Look for the tag in the git repo:
Expected behavior Since 0.2 is released to maven repository the tag v0.2 should exist and be pushed to github.
Screenshots See above