Skip to content

Commit

Permalink
chore: bump version to 1.1.0-alpha (#1330)
Browse files Browse the repository at this point in the history
* chore: bump version

* chore: add alpha

* chore: add release.yaml

* fix: author
  • Loading branch information
sabineschaller authored Apr 13, 2023
1 parent b0e659b commit fb68370
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions .github/release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
changelog:
exclude:
labels:
- ignore-for-release
authors:
- app/renovate
categories:
- title: Breaking Changes 🛠
labels:
- Semver-Major
- breaking-change
- title: Exciting New Features 🎉
labels:
- Semver-Minor
- enhancement
- title: Other Changes
labels:
- "*"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@interledger/rafiki",
"version": "1.0.0",
"version": "1.1.0-alpha",
"private": true,
"license": "Apache-2.0",
"repository": "https://github.com/interledger/rafiki",
Expand Down

0 comments on commit fb68370

Please sign in to comment.