Skip to content

Commit a8f0c09

Browse files
chore: promote main (i.e. staging) to production
This promotion merges tested changes from main branch to release for production release.
2 parents 53e2f87 + 45e72b9 commit a8f0c09

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

.github/workflows/release.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,14 @@ jobs:
116116
path: dist/
117117
retention-days: 1
118118

119+
- name: Debug CrabNebula release command
120+
run: |
121+
echo "generate-release-version outputs:"
122+
echo "release-version: ${{ steps.generate-release-version.outputs.release-version }}"
123+
echo "release-tag: ${{ steps.generate-release-version.outputs.release-tag }}"
124+
echo "release-notes: ${{ steps.generate-release-version.outputs.release-notes }}"
125+
echo "release-channel: ${{ steps.generate-release-version.outputs.release-channel }}"
126+
119127
- name: Create draft CrabNebula release
120128
uses: crabnebula-dev/[email protected]
121129
id: create-crabnebula-release

package-lock.json

Lines changed: 2 additions & 2 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,7 +1,7 @@
11
{
22
"name": "algokit-lora",
33
"private": true,
4-
"version": "2.0.1",
4+
"version": "2.0.0-beta.5",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "algokit-lora"
3-
version = "2.0.1"
3+
version = "2.0.0-beta.5"
44
description = "algokit-lora"
55
authors = ["algorand-foundation"]
66
edition = "2021"

0 commit comments

Comments
 (0)