You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue pertains the ads-github-repo-create(1) tool, as included with ads-github-tools-0.3.5 (released 2022-10-26), and (probably) all versions since that tool was introduced in ads-github-tools-0.3.1 (released 2020-10-12).
$ ads-github-repo-create --version ads-github-repo-create 0.3.5 (built: 2022-10-26 03:00:35) Copyright (C) 2020, 2022 Alan D. Salewski <[email protected]> License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl.html>. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Written by Alan D. Salewski.
After successfully creating a new Git repo on GitHub, the ads-github-repo-create tool performs a number of validation steps to help ensure that the repository was created as intended. When there are errors, some of the error messages are incorrectly prefixed thus:
…n:..."
Correct a bunch of typos in error messages of the
'ads-github-repo-create' program. They formerly read:
ads-github-repo-create (error): newly repo verification:...
and have now been corrected to read:
ads-github-repo-create (error): newly created repo verification:...
Signed-off-by: Alan D. Salewski <[email protected]>
…n:..."
Correct a bunch of typos in error messages of the
'ads-github-repo-create' program. They formerly read:
ads-github-repo-create (error): 'foo' attribute on newly create repo...
and have now been corrected to read:
ads-github-repo-create (error): 'foo' attribute on newly created repo...
Also:
* update copyright years list to add the current year (2024)
* use multi-line format for 'SPDX-FileCopyrightText' tag
Signed-off-by: Alan D. Salewski <[email protected]>
This issue pertains the
ads-github-repo-create(1)
tool, as included withads-github-tools-0.3.5
(released2022-10-26
), and (probably) all versions since that tool was introduced inads-github-tools-0.3.1
(released2020-10-12
).After successfully creating a new Git repo on GitHub, the
ads-github-repo-create
tool performs a number of validation steps to help ensure that the repository was created as intended. When there are errors, some of the error messages are incorrectly prefixed thus:That should read instead:
The text was updated successfully, but these errors were encountered: