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

✂️ a few simple fixes~ #82

Merged
merged 4 commits into from
Nov 29, 2023
Merged

✂️ a few simple fixes~ #82

merged 4 commits into from
Nov 29, 2023

Conversation

FWDekker
Copy link
Owner

@FWDekker FWDekker commented Nov 29, 2023

fixes #58 and fixes #81~

also ensures that creating a discussions thread during a release (which was introduced in #73) actually works now (unlike when i tried to deploy v1.2.6)~

additionally, while fixing #58, i found that the scripts for testing homebrew and aur actually didn't test whether those packages would still work after pointing to the updated code; they only tested whether the new tests would work with the old release, which is quite weird. therefore, the relevant code has been updated to patch the references appropriately, hence this commit in aur-mommy. and i had to add a relevant_sha env variable because there is no single variable during an action that gives the sha of the current head in both pull_request and push events~

specifically, mommy now correctly creates a discussions thread and creates the tag at 'main' instead of at 'dev'~

and she adds a few non-breaking spaces to the readme~
@FWDekker FWDekker added bug Something isn't working documentation: code Improvements or additions to documentation for developers tooling Configuration of and updates to analysis and build tools tests Unit tests, spec tests, integration tests, etc. documentation: user Improvements or additions to documentation for end-users labels Nov 29, 2023
@FWDekker FWDekker self-assigned this Nov 29, 2023
@FWDekker FWDekker force-pushed the simple-fixes branch 2 times, most recently from ebb01c0 to 0724409 Compare November 29, 2023 15:35
@FWDekker FWDekker force-pushed the simple-fixes branch 4 times, most recently from 8813dbf to 09bb267 Compare November 29, 2023 17:19
@FWDekker FWDekker marked this pull request as ready for review November 29, 2023 17:31
@@ -244,7 +247,6 @@ jobs:
echo "::endgroup::"

echo "::group::Commit changes"
git add --all
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this line did nothing since commit -a already stages all files~

@@ -181,7 +181,8 @@ fill_template() {
-e "s/%%THEY%%/$they/g" \
-e "s/%%THEM%%/$them/g" \
-e "s/%%THEIR%%/$their/g" \
-e "s/%%CAREGIVER%%/$caregiver/g")"
-e "s/%%CAREGIVER%%/$caregiver/g" \
-e "s/%%N%%/\\$n/g")"
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is the only format that i could find that works universally on all systems~

@FWDekker FWDekker merged commit e9e3ee8 into dev Nov 29, 2023
26 of 28 checks passed
@FWDekker FWDekker deleted the simple-fixes branch November 29, 2023 17:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation: code Improvements or additions to documentation for developers documentation: user Improvements or additions to documentation for end-users tests Unit tests, spec tests, integration tests, etc. tooling Configuration of and updates to analysis and build tools
Projects
None yet
Development

Successfully merging this pull request may close these issues.

description link in man is incorrect support newline characters anywhere using a special character
1 participant