Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

release-drafter.yml 558 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
  1. name: Release Drafter
  2. on:
  3. push:
  4. # branches to consider in the event; optional, defaults to all
  5. branches:
  6. - master
  7. jobs:
  8. update_release_draft:
  9. runs-on: ubuntu-latest
  10. steps:
  11. # Drafts your next Release notes as Pull Requests are merged into "master"
  12. - uses: release-drafter/release-drafter@v5.15.0
  13. with:
  14. # (Optional) specify config name to use, relative to .github/. Default: release-drafter.yml
  15. config-name: release-drafter.yml
  16. env:
  17. GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...