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

Move the build artifacts into a tag. #24

Closed
asynts opened this issue Mar 16, 2020 · 1 comment
Closed

Move the build artifacts into a tag. #24

asynts opened this issue Mar 16, 2020 · 1 comment

Comments

@asynts
Copy link

asynts commented Mar 16, 2020

In order to include this library in core, we need a tag where all the build artifacts are added in the correct structure.

I have created the tag dist/0.4.2 in my fork, which should be suited for this job. Since I do not have permissions to push to this repository, someone would have to add it for me.

This can be done using

git remote add asynts https://github.com/asynts/codidact-codesign
git fetch asynts refs/tags/dist/0.4.2
git push origin dist/0.4.2

When this is done, I could include this tag as submodule in the core project making it simpler to update.

@asynts
Copy link
Author

asynts commented Mar 25, 2020

@asynts asynts closed this as completed Mar 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant