-
Notifications
You must be signed in to change notification settings - Fork 83
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
update(CI): change release tag format #464
Conversation
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.
Could we update the doc 👇 as well, please?
https://github.com/falcosecurity/plugins/blob/main/release.md#tag-format-stable-build-only
@@ -18,14 +18,13 @@ jobs: | |||
package: ${{ steps.regex-match.outputs.group1 }} | |||
|
|||
steps: | |||
- name: Extract semver ℹ️ | |||
- name: Validate tag ℹ️ |
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.
What does i
mean here ? 🤔
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.
It was already there.
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.
I guess it was a leftover. I recommend to clean it up, eventually
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.
Noticed that the pre
case must also be fixed to accommodate the possibility of new and old tags, see 👇
b1484db
to
863a292
Compare
Signed-off-by: Aldo Lacuku <[email protected]>
863a292
to
c57b11d
Compare
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: alacuku, leogr The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
LGTM label has been added. Git tree hash: 2527855429d9a4757d551926b9cf466303c25808
|
What type of PR is this?
Any specific area of the project related to this PR?
/area build
What this PR does / why we need it:
See #223
Which issue(s) this PR fixes:
Fixes #223
Special notes for your reviewer:
@falcosecurity/plugins-maintainers Please note that once this PR gets merged, you will need to use the new tag format to release a plugin!