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: add prettier version to release notes automatically #93

Merged
merged 1 commit into from
Jan 5, 2025

Conversation

dsherret
Copy link
Member

@dsherret dsherret commented Jan 5, 2025

Closes #76

@dsherret dsherret merged commit 54c82da into main Jan 5, 2025
6 checks passed
@dsherret dsherret deleted the chore_prettier_version_release_notes branch January 5, 2025 20:01
@@ -186,6 +186,9 @@ jobs:
- name: Get tag version
id: get_tag_version
run: 'echo TAG_VERSION=${GITHUB_REF/refs\/tags\//} >> $GITHUB_OUTPUT'
- name: Get prettier version
id: get_prettier_version
run: "echo PRETTIER_VERSION=$(deno run --allow-read scripts/output_prettier_version.ts) >> $GITHUB_OUTPUT"
- name: Get plugin file checksum
id: get_plugin_file_checksum
run: 'echo "CHECKSUM=$(shasum -a 256 plugin.json | awk ''{print $1}'')" >> $GITHUB_OUTPUT'
Copy link
Member Author

Choose a reason for hiding this comment

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

Forgot to save the file with the other changes...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Request: add changed prettier version to automatic release notes
1 participant