-
Notifications
You must be signed in to change notification settings - Fork 6
chore(workflows): make release-please update major and major.minor tags #89
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
6 commits
Select commit
Hold shift + click to select a range
98abd14
chore(workflows): make release-please update major and major.minor tags
abannachGrafana 4910100
chore(workflows): add update to readme on release-please release
abannachGrafana 5e8ba91
Merge remote-tracking branch 'origin/main' into adam.bannach/remove-r…
abannachGrafana 80f7187
chore(workflows): add id to release step
abannachGrafana 66ccfd7
chore:(workflows): correct output value
abannachGrafana c03f387
chore(workflows): remove unused remote
abannachGrafana 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 was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
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 |
|---|---|---|
|
|
@@ -27,11 +27,6 @@ | |
| * **deps:** bump actions/create-github-app-token from 1 to 2 ([#79](https://github.com/grafana/github-api-commit-action/issues/79)) ([412b51b](https://github.com/grafana/github-api-commit-action/commit/412b51bdf2e89caaf37e5b53b8fbc8a4c1c1c412)) | ||
| * **deps:** bump grafana/github-api-commit-action from 0.3.0 to 0.3.1 ([#65](https://github.com/grafana/github-api-commit-action/issues/65)) ([cdc46bd](https://github.com/grafana/github-api-commit-action/commit/cdc46bd6d01c95fecdf1cf2acb3106478518d17e)) | ||
| * trigger tests via workflow call, dispatch or push to main ([#75](https://github.com/grafana/github-api-commit-action/issues/75)) ([f72ba3b](https://github.com/grafana/github-api-commit-action/commit/f72ba3ba7d3a7def86ad1d8b5e7706912494e4c1)) | ||
| * update changelog [bot] ([#69](https://github.com/grafana/github-api-commit-action/issues/69)) ([baa0805](https://github.com/grafana/github-api-commit-action/commit/baa08050b07ba580a957460f3a47571b532104d1)) | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. clearing out some cruft |
||
| * update changelog [bot] ([#73](https://github.com/grafana/github-api-commit-action/issues/73)) ([d2aa611](https://github.com/grafana/github-api-commit-action/commit/d2aa611fb71930eac89a03b57fb6a5925fdc9e88)) | ||
| * update changelog [bot] ([#76](https://github.com/grafana/github-api-commit-action/issues/76)) ([51f759d](https://github.com/grafana/github-api-commit-action/commit/51f759dc563fe727e31d8b183a917207f3e25bad)) | ||
| * update changelog [bot] ([#78](https://github.com/grafana/github-api-commit-action/issues/78)) ([96733db](https://github.com/grafana/github-api-commit-action/commit/96733dbe1bdc6d58423ecbdea0ac53a5294ceb69)) | ||
| * update changelog [bot] ([#82](https://github.com/grafana/github-api-commit-action/issues/82)) ([ea14ad7](https://github.com/grafana/github-api-commit-action/commit/ea14ad7e3ff35d44fab125728092bd88e2c1a313)) | ||
|
|
||
| ## [0.3.1] - 2025-02-13 | ||
|
|
||
|
|
@@ -44,7 +39,6 @@ | |
|
|
||
| - Update commit hash in readme; add test for delete (#58) | ||
| - Add auto update and merge workflows (#60) | ||
| - Update changelog [bot] (#62) | ||
|
|
||
| ## [0.3.0] - 2025-02-10 | ||
|
|
||
|
|
||
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The workflow references 'steps.release.outputs.major' and 'steps.release.outputs.minor' in later steps, but these outputs are not defined in the outputs block. Define these outputs or update the references accordingly.