This repository has been archived by the owner on Jul 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
surf: fix scripts/update-git-platinum.sh
The script stopped working when `data` was moved to `surf`. We also provide more comprehensive documentation on how to use the script. Signed-off-by: Thomas Scholtes <[email protected]>
- Loading branch information
Thomas Scholtes
committed
May 11, 2021
1 parent
300c529
commit f1f1cb7
Showing
2 changed files
with
26 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,20 @@ | ||
# Updating [git-platinum](https://github.com/radicle-dev/git-platinum) Just `cd` | ||
into the repo root, then run `scripts/update-git-platinum.sh`. This will update | ||
the tarball and it's necessary to commit the change. We provide a template below | ||
so that we can easily identify changes to `git-platinum`. Please fill in the | ||
details that follow a comment (`#`): | ||
# Updating [git-platinum][] | ||
|
||
1. Push your changes to [`radicle-dev/git-platinum`][git-platinum] and/or update | ||
`surf/data/mock-branches.txt`. | ||
2. Run `scripts/update-git-platinum.sh` from the repo root. This updates | ||
`surf/data/git-platinum.tgz`. | ||
3. Run the tests | ||
4. Commit your changes. We provide a template below so that we can easily | ||
identify changes to `git-platinum`. Please fill in the details that follow a | ||
comment (`#`): | ||
``` | ||
data/git-platinum: # short reason for updating | ||
data/git-platinum: # short reason for updating | ||
# provide a longer reason for making changes to git-platinum | ||
# as well as what has changed. | ||
``` | ||
|
||
# provide a longer reason for making changes to git-platinum | ||
# as well as what has changed. | ||
|
||
|
||
[git-platinum]: https://github.com/radicle-dev/git-platinum |