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

chore(master): release 1.1.0 #2

Merged
merged 1 commit into from
Apr 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.0.0"
".": "1.1.0"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Changelog

## [1.1.0](https://github.com/wayofdev/.github/compare/v1.0.0...v1.1.0) (2024-04-21)
Copy link

Choose a reason for hiding this comment

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

Ensure the markdown link is correctly formatted.

It appears there might be a formatting issue with the markdown link for version 1.1.0. Please verify that the link is correctly formatted and that no brackets or parentheses are missing.



Copy link

Choose a reason for hiding this comment

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

Remove extra blank lines.

There are multiple consecutive blank lines after the version heading and before the Documentation section. It's best to maintain a single blank line for consistency and readability.

- 
-

Also applies to: 11-11


Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation.

Suggested change

### Features

* adding gif logo ([3057fc0](https://github.com/wayofdev/.github/commit/3057fc0e2353398bd5e2773a76ed6f35f5e15931))
* default health files and basic CI workflows ([3748681](https://github.com/wayofdev/.github/commit/3748681ee78dfdbe8992b18409f1b656a33d408b))


### Documentation

* add default wod logos ([36fd2fb](https://github.com/wayofdev/.github/commit/36fd2fb719e441290f27ab1d9c27f48754ede2c4))
* updating pull request template ([7b71089](https://github.com/wayofdev/.github/commit/7b71089a8c9fd847b4236a8952c8e2d16d548239))
* updating pull request template ([7813a39](https://github.com/wayofdev/.github/commit/7813a39c5dda18702d2b21a2a4bad2f387cdfffe))