Skip to content

Commit

Permalink
ci: 🎡 add semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
Clete2 committed Dec 21, 2023
1 parent 0a9adbf commit 5618606
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .releaserc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# --------------------------------------------
#
# Standard recommended semantic-release configuration.
#
# Alternative configurations
# - A .releaserc file, written in YAML or JSON, with optional extensions: .yaml/.yml/.json/.js
# - A release.config.js file that exports an object
# - A release key in the project's package.json file
# Source: https://semantic-release.gitbook.io/semantic-release/usage/configuration#configuration-file
#
#----------------------------------------------

---
branches:
- master
- main
plugins:
- "@semantic-release/commit-analyzer"
- - "@semantic-release/release-notes-generator"
- - "@semantic-release/github"
- assets:
- target/x86_64-unknown-linux-gnu/release/check_tplink

0 comments on commit 5618606

Please sign in to comment.