Skip to content

Commit bafaabe

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 1ec948d + ec6c5e2 commit bafaabe

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

.github/actions/generate-release-version/action.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,17 @@ runs:
5050
GITHUB_TOKEN: ${{ inputs.github-token }}
5151
shell: bash
5252

53+
- name: Debug dry-run outputs
54+
shell: bash
55+
run: |
56+
echo "=== Debugging semantic-release dry-run outputs ==="
57+
echo "new-release-published: '${{ steps.get-next-version.outputs.new-release-published }}'"
58+
echo "new-release-version: '${{ steps.get-next-version.outputs.new-release-version }}'"
59+
echo "new-release-git-tag: '${{ steps.get-next-version.outputs.new-release-git-tag }}'"
60+
echo "=== All step outputs ==="
61+
echo '${{ toJSON(steps.get-next-version.outputs) }}'
62+
echo "=== Done debugging ==="
63+
5364
- name: Create release
5465
env:
5566
GITHUB_TOKEN: ${{ inputs.github-token }}

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.0",
4+
"version": "2.0.0-beta.4",
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.0"
3+
version = "2.0.0-beta.4"
44
description = "algokit-lora"
55
authors = ["algorand-foundation"]
66
edition = "2021"

0 commit comments

Comments
 (0)