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

Add release branches #214

Closed
BernieWhite opened this issue Feb 27, 2023 · 0 comments · Fixed by #215
Closed

Add release branches #214

BernieWhite opened this issue Feb 27, 2023 · 0 comments · Fixed by #215
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@BernieWhite
Copy link
Member

Related to microsoft/PSRule#1431


Currently the PSRule action support specific releases:

- name: Run PSRule analysis
  uses: microsoft/ps-rule@v2.7.0

Or latest commit:

- name: Run PSRule analysis
  uses: microsoft/ps-rule@main

However we should provide some additional options to provide even more flexibility such as:

  • microsoft/ps-rule@v2 - The latest stable release >= 2.0.0 and < 3.0.0
  • microsoft/ps-rule@latest - The latest stable release.

When PSRule v3 is available microsoft/ps-rule@v3.

@BernieWhite BernieWhite added the enhancement New feature or request label Feb 27, 2023
@BernieWhite BernieWhite added this to the v2.8.0 milestone Feb 27, 2023
@BernieWhite BernieWhite self-assigned this Feb 27, 2023
BernieWhite added a commit to BernieWhite/ps-rule that referenced this issue Feb 27, 2023
BernieWhite added a commit that referenced this issue Feb 27, 2023
@BernieWhite BernieWhite mentioned this issue Mar 29, 2023
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant