Skip to content

Commit

Permalink
chore: debug nightly release (coreruleset#3436)
Browse files Browse the repository at this point in the history
  • Loading branch information
theseion authored Dec 23, 2023
1 parent d9d89dd commit bbe33f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,11 @@ jobs:

- name: Create nightly release
run: |
set -x
read -r -d '' notes <<"EOF"
Nightly releases are snapshots of the development activity on the Core Rule Set project that may include new features and bug fixes scheduled for upcoming releases. These releases are made available to make it easier for users to test their existing configurations against the Core Rule Set code base for potential issues or to experiment with new features, with a chance to provide feedback on ways to improve the changes before being released.
As these releases are snapshots of the latest code, you may encounter an issue compared to the latest stable release so users are encouraged to run nightly releases in a non production environment. If you encounter an issue, please check our issue tracker to see if the issue has already been reported; if a report hasn't been made, please report it so we can review the issue and make any needed fixes.
**Note:** Nightly releases using release action are only available via GitHub.
EOF
gh release create \
Expand All @@ -37,3 +36,4 @@ jobs:
nightly
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_DEBUG: true

0 comments on commit bbe33f7

Please sign in to comment.