We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Create the contents of this repo using https://github.com/newren/git-filter-repo.
#!/bin/bash set -ex git clone [email protected]:cucumber/common.git gherkin pushd gherkin git filter-repo --path gherkin/ --path-rename 'gherkin/:' --tag-rename 'gherkin/':'' git tag | grep --invert-match "^v.*" | xargs git tag -d git remote add origin [email protected]:cucumber/gherkin.git git push --force --set-upstream origin main git push --tags popd
TODO:
<language>/bin
<language>/script
<language>/.github
common
gherkin
polyglot-release
gherking-<language>
The text was updated successfully, but these errors were encountered:
Everything is released with the exception of python and objective-c. Both needs some upgrades before this is possible.
python
objective-c
Sorry, something went wrong.
No branches or pull requests
Create the contents of this repo using https://github.com/newren/git-filter-repo.
TODO:
<language>/bin
and<language>/script
folders<language>/.github
folderscommon
repo togherkin
in this project.polyglot-release
gherking-<language>
repos on Github.The text was updated successfully, but these errors were encountered: