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

Adds it-tools #39684

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

Adds it-tools #39684

wants to merge 8 commits into from

Conversation

srishtih
Copy link
Member

Fixes:

Related:

Pre-review Checklist

For new package PRs only

  • This PR is marked as fixing a pre-existing package request bug
  • Alternatively, the PR is marked as related to a pre-existing package request bug, such as a dependency
  • REQUIRED - The package is available under an OSI-approved or FSF-approved license
  • REQUIRED - The version of the package is still receiving security updates
  • This PR links to the upstream project's support policy (e.g. endoflife.date)

For version bump PRs

  • The epoch field is reset to 0

Signed-off-by: Srishti Hegde <[email protected]>
Signed-off-by: Srishti Hegde <[email protected]>
@octo-sts octo-sts bot added the bincapz/pass bincapz/pass Bincapz (aka. malcontent) scan didn't detect any CRITICALs on the scanned packages. label Jan 15, 2025
@srishtih srishtih marked this pull request as ready for review January 17, 2025 22:02
it-tools.yaml Outdated Show resolved Hide resolved
Signed-off-by: Srishti Hegde <[email protected]>
@srishtih srishtih requested a review from imjasonh January 17, 2025 23:35
Comment on lines +32 to +39
# The version includes a commit from one of the pull requests that contribute to the new version
git clone --depth=1 https://github.com/CorentinTh/it-tools.git
cd it-tools
package_version="${{package.version}}"
git fetch --tags
latest_tag=$(git tag -l "v${package_version}-*" | sort -V | tail -n 1)

git checkout ${latest_tag}
Copy link
Member

@Dentrax Dentrax Jan 19, 2025

Choose a reason for hiding this comment

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

Should we create a new ReleaseMonitor and use git-checkout` pipeline here instead? That way we should be able to access latest tag.


- runs: |
cd it-tools
npm install -g pnpm
Copy link
Member

Choose a reason for hiding this comment

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

Do we still need this since we already have pnpm in the build-time deps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bincapz/pass bincapz/pass Bincapz (aka. malcontent) scan didn't detect any CRITICALs on the scanned packages.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants