Skip to content

Commit 2688fe2

Browse files
Version update
1 parent 4399d8c commit 2688fe2

File tree

5 files changed

+11
-9
lines changed

5 files changed

+11
-9
lines changed

.github/docs/Contributing.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@ Development
1212

1313
Releasing and packaging on Github
1414
----------------------------------
15-
* Go to repo's `Releases` page and draft a new release.
15+
* Merge the `Release-<x.y.z>` branch into `main` branch.
16+
* Set VERSION env `VERSION=v<x.y.z>`.
17+
* Tag the commit with `git tag -a -s ${VERSION} -m ${VERSION} && git push --tags`.
18+
* Go to repo's `Releases` page and draft a new release from above tag.
1619
* Prepare release notes with the help of milestone, issues and PRs. Add them on the release page.
1720
* Signing the release:
18-
** `VERSION=vx.y.z`
1921
** `mkdir -p ./release & git archive --format zip --output ./release/cln-application-${VERSION}.zip main`
2022
** `cd release`
2123
** `sha256sum cln* > SHA256SUMS`

apps/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cln-application-backend",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"description": "Core lightning application backend",
55
"private": true,
66
"license": "MIT",

apps/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cln-application-frontend",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"description": "Core lightning application frontend",
55
"private": true,
66
"license": "MIT",

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cln-application",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"description": "Core lightning application",
55
"private": true,
66
"license": "MIT",

0 commit comments

Comments
 (0)