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

Less release steps #1793

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Conversation

trask
Copy link
Member

@trask trask commented Jan 23, 2025

Automatically sends a PR to update spec repo links whenever there is a spec release.

Example PR: trask#7

@trask trask requested review from a team as code owners January 23, 2025 04:34
@trask trask added the Skip Changelog Label to skip the changelog check label Jan 23, 2025
Copy link
Member Author

Choose a reason for hiding this comment

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

this file needed to be outside of the workflows directory in order for the automation to be able to update it, so I went ahead and moved all of the scripts to the same place

env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
current_version=$(grep "PREVIOUS_SPECIFICATION_VERSION=v.*" \
Copy link
Member

Choose a reason for hiding this comment

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

Should this be getting the value ofLATEST_SPECIFICATION_VERSION and replacing it on PREVIOUS_SPECIFICATION_VERSION as the guide said?

Copy link
Member Author

Choose a reason for hiding this comment

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

I'm not sure I totally follow, I think I removed the need for that step by only maintaining a single version in the file (which aligns with the version currently used in the links)

@joaopgrassi joaopgrassi added the tooling Regarding build, workflows, build-tools, ... label Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Skip Changelog Label to skip the changelog check tooling Regarding build, workflows, build-tools, ...
Projects
Development

Successfully merging this pull request may close these issues.

2 participants