-
Notifications
You must be signed in to change notification settings - Fork 42
Add NEWS.md and news reminder workflow #25
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
Merged
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
498a6af
Create NEWS.md
RensDofferhoff 523f577
Update NEWS.md
RensDofferhoff ca45a1c
Create remind-news.yml
RensDofferhoff a3cf94d
Update DESCRIPTION
RensDofferhoff af22ef4
Create auto-bump-version.yml (#2)
RensDofferhoff 38cf2c4
chore: auto-bump version to 0.1.2 [skip ci]
github-actions[bot] 598aa21
Update auto-bump-version.yml
RensDofferhoff a793b58
chore: auto-bump version to 0.1.3 [skip ci]
github-actions[bot] bc53cf4
Update DESCRIPTION
RensDofferhoff b64d410
Update NEWS.md
RensDofferhoff bb78800
chore: auto-bump version to 0.1.1 [skip ci]
github-actions[bot] 5ad04d5
Update auto-bump-version.yml
RensDofferhoff ceae2c8
chore: auto-bump version to 0.1.2 [skip ci]
github-actions[bot] 8db6be8
Update remind-news.yml
RensDofferhoff b4903af
chore: auto-bump version to 0.1.3 [skip ci]
github-actions[bot] 006549a
versio 0.1.1
RensDofferhoff dce0233
Update auto-bump-version.yml
RensDofferhoff 1948794
chore: auto-bump version to 0.1.2 [skip ci]
github-actions[bot] 0ce2a62
Update remind-news.yml
RensDofferhoff 75c457b
chore: auto-bump version to 0.1.3 [skip ci]
github-actions[bot] f0ca769
0.1.1
RensDofferhoff File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,13 @@ | ||
| name: Auto-bump Version on Merge | ||
|
|
||
| on: | ||
| push: | ||
| branches: | ||
| - master | ||
|
|
||
| jobs: | ||
| call-bump-workflow: | ||
| # This points to the file you just created! | ||
| uses: jasp-stats/jasp-actions/.github/workflows/auto-bump-version.yml@v1 | ||
| permissions: | ||
| contents: write |
This file contains hidden or 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,11 @@ | ||
| name: Remind NEWS.md Update | ||
|
|
||
| on: | ||
| pull_request: | ||
| types: [opened] # Only run once when the PR is first created | ||
|
|
||
| jobs: | ||
| call-remind-news-workflow: | ||
| uses: jasp-stats/jasp-actions/.github/workflows/remind-news.yml@v1 | ||
| permissions: | ||
| pull-requests: write |
This file contains hidden or 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
This file contains hidden or 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,35 @@ | ||
| # jaspModuleTemplate Changelog | ||
|
|
||
| > **HOW TO READ AND UPDATE THIS CHANGELOG:** | ||
| > | ||
| > This document follows a modified [Keep a Changelog](https://keepachangelog.com/) format adapted for the R/JASP ecosystem. Releases are listed in reverse chronological order (newest first). | ||
| > As an example see [jaspModuleTemplate](https://github.com/RensDofferhoff/jaspModuleTemplate/blob/master/NEWS.md) | ||
| > * **Adding New Changes (For Contributors):** All new commits should be logged at the very top of the file under the `# jaspModuleTemplate (development version)` header. Place your bullet point under the appropriate category (`## Added`, `## Fixed`, etc.). | ||
| > * **Issue References:** Please reference the relevant GitHub Issue (if any) at the end of your line (e.g., `([Issue #19](https://github.com/jasp-stats/jaspModuleTemplate/issues/19)`). | ||
| > * **Format Categories:** > * **Added:** New template features, QML examples, or build tools. | ||
| > * **Changed:** Updates to default configurations, boilerplate code, or dependencies. | ||
| > * **Fixed:** Bug fixes in the build pipeline, R wrappers, or QML layouts. | ||
| > * **Deprecated / Removed:** Outdated template components or legacy code. | ||
|
|
||
| --- | ||
|
|
||
| # jaspModuleTemplate (development version) | ||
|
|
||
| ## Added | ||
| * Added NEWS.md | ||
| * Added workflow to remind users to update their `NEWS.md`. | ||
| * Added workflow to auto-bump version when user does not do so. | ||
|
|
||
| --- | ||
|
|
||
| # jaspModuleTemplate 0.1.0 | ||
|
|
||
| ## Added | ||
| * Initial examples to showcase JASP module development | ||
|
|
||
| ## Changed | ||
| * Use best practices for checking input ([Issue #19](https://github.com/jasp-stats/jaspModuleTemplate/issues/19)). | ||
| * The main results table now defaults to displaying 95% Confidence Intervals for effect sizes. | ||
|
|
||
| ## Fixed | ||
| * Remove deprecated dependencies from qml files ([Issue #14](https://github.com/jasp-stats/jaspModuleTemplate/issues/14)). | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.