Skip to content
New issue

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

Split from monorepo notes #2

Closed
57 of 71 tasks
mpkorstanje opened this issue Oct 13, 2022 · 1 comment
Closed
57 of 71 tasks

Split from monorepo notes #2

mpkorstanje opened this issue Oct 13, 2022 · 1 comment

Comments

@mpkorstanje
Copy link
Contributor

mpkorstanje commented Oct 13, 2022

Create the contents of this repo using https://github.com/newren/git-filter-repo.

#!/bin/bash
set -ex

git clone git@github.com: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 git@github.com:cucumber/gherkin.git
git push --force --set-upstream origin main
git push --tags
popd

TODO:

@mpkorstanje
Copy link
Contributor Author

Everything is released with the exception of python and objective-c. Both needs some upgrades before this is possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant