mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2026-07-30 08:07:55 -05:00
docs and scripts
This commit is contained in:
@@ -1,10 +1,13 @@
|
||||
name: build
|
||||
|
||||
# This workflow should run for any push or pull request which is neither
|
||||
# a preview build nor a release build.
|
||||
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- "!RELEASENOTES.md"
|
||||
- "!PRERELEASE_NOTES.md"
|
||||
- "!RELEASE_NOTES.md"
|
||||
- "!PREVIEW_NOTES.md"
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
|
||||
@@ -1,5 +1,10 @@
|
||||
name: prerelease
|
||||
|
||||
# This workflow should run for any push which is a preview build.
|
||||
# Preview builds are indicated with changes to PREVIEW_NOTES.md.
|
||||
# In order to effect this, you can do the following:
|
||||
# scripts/release-notes.sh > PREVIEW_NOTES.md
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
|
||||
@@ -1,11 +1,16 @@
|
||||
name: release
|
||||
|
||||
# This workflow should run for any push which is a preview build.
|
||||
# Preview builds are indicated with changes to PREVIEW_NOTES.md.
|
||||
# In order to effect this, you can do the following:
|
||||
# scripts/release-notes.sh > RELEASE_NOTES.md
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- RELEASENOTES.**
|
||||
- RELEASE_NOTES.**
|
||||
|
||||
jobs:
|
||||
release:
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
scripts/release-notes.sh > PREVIEW_NOTES.md
|
||||
@@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
scripts/release-notes.sh > RELEASE_NOTES.md
|
||||
Reference in New Issue
Block a user