-
Notifications
You must be signed in to change notification settings - Fork 9
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
Introduce mgit save-hashes
command
#27
Comments
It can be also helpful for the tool for saving revisions in CKE5. At this moment, we have to do it manually - https://github.com/ckeditor/ckeditor5-dev/blob/t/ckeditor5-revisions/1/packages/ckeditor5-dev-env/bin/save-revision.js. |
Looks like work as I expected: ckeditor/ckeditor5@b55508d |
I would call this command |
Turns out I wanted to name it exactly like PJ proposed: #38 (comment) ;) So better to stick to that. |
Feature: Introduced "save-hashes" command for saving hashes of the packages. Resolves: #27.
mgit update
set versions inpackages
folder to the versions defined inmgit.json
file. But the opposite command would be also needed, to set versions inmgit.json
to hashes in thepackages
.I propose the
mgit save-hashes
command which goes into each repository check the current hash and add#hash
to each entry inmgit.json
. It's very useful if the project uses fixed versions of dependencies and update them manually.The text was updated successfully, but these errors were encountered: