From c1d570597084560e35820989c51c0ec7626f9b38 Mon Sep 17 00:00:00 2001 From: Josee9988 Date: Sun, 11 Jul 2021 12:51:38 +0200 Subject: [PATCH 1/2] "minor comments" --- tests/custom_data_test.sh | 2 +- tests/project_scaffolding_test.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/custom_data_test.sh b/tests/custom_data_test.sh index a2cf902..4c9d327 100755 --- a/tests/custom_data_test.sh +++ b/tests/custom_data_test.sh @@ -30,7 +30,7 @@ oneTimeSetUp() { rm -r $TESTS_TRASH_DIR/tests/ 2>/dev/null || : rm -r $TESTS_TRASH_DIR/.git/ 2>/dev/null || : cd $TESTS_TRASH_DIR || exit - bash SETUP_TEMPLATE.sh $USERNAME $NAME $MAIL $TYPE $OMIT_STR >/dev/null + bash SETUP_TEMPLATE.sh $USERNAME $NAME $MAIL $TYPE $OMIT_STR >/dev/null # run the setup script } oneTimeTearDown() { diff --git a/tests/project_scaffolding_test.sh b/tests/project_scaffolding_test.sh index e6ffb48..0a99a3b 100755 --- a/tests/project_scaffolding_test.sh +++ b/tests/project_scaffolding_test.sh @@ -30,7 +30,7 @@ oneTimeSetUp() { rm -r $TESTS_TRASH_DIR/tests/ 2>/dev/null || : rm -r $TESTS_TRASH_DIR/.git/ 2>/dev/null || : cd $TESTS_TRASH_DIR || exit - bash SETUP_TEMPLATE.sh $USERNAME $NAME $MAIL $TYPE $OMIT_STR >/dev/null + bash SETUP_TEMPLATE.sh $USERNAME $NAME $MAIL $TYPE $OMIT_STR >/dev/null # run the setup script } oneTimeTearDown() { From 2d0ca587b8a7cb79f95207df498bb9db689175fc Mon Sep 17 00:00:00 2001 From: Josee9988 Date: Sun, 11 Jul 2021 12:51:48 +0200 Subject: [PATCH 2/2] "1.8.2 updated asciinema video" --- CHANGELOG.md | 10 ++++++++++ README.md | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ed8faf..9bf7f93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) --- +## [**1.8.2**] - 2021-07-11 + +### Added + +* Some minor comments in the test scripts + +### Changed + +* The asciinema video + ## [**1.8.1**] - 2021-07-10 ### Added diff --git a/README.md b/README.md index 47ffe44..844450f 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ * Make your _community healthier_ with all the guides like code of conduct, contributing, support, security... * Learn more with the [official Github guide on creating repositories from a template](https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/creating-a-repository-from-a-template). * To start using it; "**[click use this template](https://github.com/Josee9988/project-template/generate)**", create your new repository, -* All the basic setup is made through an easy script that will auto-detect all your data to make it lightning fast! 🗲🗲 clone your new repository and execute the `SETUP_TEMPLATE.sh` shell script to personalize the files with your private details. Check how to execute it [here](https://asciinema.org/a/398761). +* All the basic setup is made through an easy script that will auto-detect all your data to make it lightning fast! 🗲🗲 clone your new repository and execute the `SETUP_TEMPLATE.sh` shell script to personalize the files with your private details. Check how to execute it [here](https://asciinema.org/a/424847). * All the markdown follows [MarkdownLint rules](https://github.com/DavidAnson/markdownlint). --- @@ -48,7 +48,7 @@ for more information or guidance, follow the [Github guide](https://docs.github. chmod u+x SETUP_TEMPLATE.sh && ./SETUP_TEMPLATE.sh # additional parameters [Username] [Project-Name] [Email] [Project type] ``` - Additionally, watch *[this video](https://asciinema.org/a/404568)* to see **how to execute the script** or use *`bash SETUP_TEMPLATE.sh --help`* to obtain some extra information. + Additionally, watch *[this video](https://asciinema.org/a/424847)* to see **how to execute the script** or use *`bash SETUP_TEMPLATE.sh --help`* to obtain some extra information. If the automatic detection of the username, project name or email is NOT right, please post an issue, and you can **manually correct** them like: `bash SETUP_TEMPLATE.sh RightUsername RightProjectName RightEmail` being `$1` the new username, `$2` the new project name, `$3` the new email and `$4` the project type.