This repository has been archived by the owner on Jun 4, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
60 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,17 @@ | ||
### Prerequisites | ||
*If **all** checks are not passed then the pull request will be closed.* | ||
- [ ] I have checked that no other similar pull request already exists. | ||
- [ ] My code follows the general code style as the rest of the code. | ||
- [ ] I have checked that no sensitive information is exposed. | ||
- [ ] Build compiles. | ||
*If checks are not passed then the pull request will be closed.* | ||
|
||
- [ ] I have checked that no other similar pull request already exists. | ||
- [ ] My code follows the general code style as the rest of the code. | ||
- [ ] Build compiles. | ||
- [ ] Build passes test cases. | ||
|
||
### GitHub Copilot Disclaimer | ||
*The use of GitHub Copilot is **strictly prohibited** on this repository.* | ||
|
||
- [ ] This pull does not use GitHub Copilot. | ||
|
||
### Changes Made | ||
*List any changes made and/or other relevant issues.* | ||
|
||
- | ||
- |
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 |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# Changelog | ||
|
||
## 1.3.0 | ||
|
||
### ⭐ New Features | ||
- Add `file` parameter to AnnotationProperties #20 (@Katsute) | ||
### ⚙ Internal | ||
- Update CI to Java 17 (LTS) #18 (@Katsute) | ||
- Enforce timeouts on workflows #17 (@Katsute) | ||
### 📘 Dependencies | ||
- Bump actions/setup-java from 2.3.0 to 2.3.1 #19 (@dependabot[bot]) | ||
- Bump junit-jupiter-api from 5.8.0 to 5.8.1 #16 (@dependabot[bot]) | ||
- Remove junit-jupiter-params (unused test dependency) #15 (@Katsute) | ||
- Bump junit-jupiter-api from 5.7.2 to 5.8.0 #14 (@dependabot[bot]) | ||
|
||
## 1.2.0 | ||
|
||
- JCore is now available on GitHub Packages | ||
|
||
### ⭐ New Features | ||
- Add notice supplier #11 (@Katsute) | ||
|
||
## 1.1.0 | ||
|
||
### ⭐ New Features | ||
- Add notice and annotation properties (actions/core@1.5.0) #6 (@Katsute) | ||
|
||
### 📘 Dependencies | ||
- Bump crazy-max/ghaction-import-gpg from 3.1.0 to 3.2.0 #5 (@dependabot[bot]) | ||
|
||
## 1.0.0 | ||
|
||
Change groupid from `com.kttdevelopment` to `dev.katsute` | ||
|
||
## 1.0.0-rc.1 | ||
|
||
Initial Release |
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