Skip to content

Commit

Permalink
chore: fix releases (#1376)
Browse files Browse the repository at this point in the history
* chore: set version to 1.0.0

* chore: update release.yaml and add label to renovate PRs

* fix: release.yaml, remove quotes

* fix: version to include `-alpha.1`

* fix: trim down release.yaml while we are in alpha

* fix: trim down release.yaml to only include what we need
  • Loading branch information
sabineschaller authored Apr 25, 2023
1 parent 74d7f1d commit fabd346
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 15 deletions.
21 changes: 7 additions & 14 deletions .github/release.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,11 @@
changelog:
exclude:
labels:
- ignore-for-release
authors:
- app/renovate
categories:
- title: Breaking Changes 🛠
- title: General Changes
labels:
- Semver-Major
- breaking-change
- title: Exciting New Features 🎉
- "*"
exclude:
labels:
- dependencies
- title: Dependency Updates
labels:
- Semver-Minor
- enhancement
- title: Other Changes
labels:
- "*"
- dependencies
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.1.1-alpha",
"version": "1.0.0-alpha.1",
"private": true,
"license": "Apache-2.0",
"repository": "https://github.com/interledger/rafiki",
Expand Down
1 change: 1 addition & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"docker": {
"enabled": false
},
"labels": ["dependencies"],
"packageRules": [
{
"matchPackageNames": ["@types/node", "node"],
Expand Down

0 comments on commit fabd346

Please sign in to comment.