Skip to content

Commit

Permalink
Add .rtk.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mbloch1986 committed Aug 14, 2023
1 parent b1e2a0b commit 2ef3925
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions .rtk.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"resources": [
{
"path": "Makefile",
"type": "makefile",
"params": {
"variable": "version"
}
},
{
"path": "CHANGELOG.md",
"type": "keep-a-changelog"
},
{
"path": ".github/workflows/publish-workflow.yaml",
"type": "yaml",
"params": {
"property": "jobs.build.steps.0.with.ref",
"post_release_value": "main"
}
}
]
}
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version ?= 0.13.1-pre.0
version ?= 0.1.0-pre.0

ci: clean lint package

Expand Down
Binary file not shown.

0 comments on commit 2ef3925

Please sign in to comment.