Compare commits

..
Author SHA1 Message Date
github-actions[bot] 36767b188d chore(release): v2.1.1 2026-05-26 09:55:00 +00:00
tomasrandGitHub f7c84136a5 Merge (#37) from tomasriveral/fix-release-workflow
fix: release workflow correct branch
2026-05-26 11:53:33 +02:00
tomasr f66371137a fix: release workflow correct branch 2026-05-26 11:51:08 +02:00
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -26,7 +26,7 @@ jobs:
- name: Create release branch
run: |
git checkout -B release/v${{ inputs.version }}
git checkout -B release/${{ inputs.version }}
- name: Set version in flake.nix
run: |
@@ -42,14 +42,14 @@ jobs:
- name: Push branch
run: |
git push origin release/v${{ inputs.version }}
git push origin release/${{ inputs.version }}
- name: Create Pull Request
run: |
gh pr create \
--base main \
--head release/v${{ inputs.version }} \
--title "[Automatic] Release PR v${{ inputs.version }}" \
--title "[Automatic] Release PR ${{ inputs.version }}" \
--body "Automated release PR.\nAfter the test's succesfull run, create manually a release with a new tag matching ${{ inputs.version }}"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Generated
+3 -3
View File
@@ -37,11 +37,11 @@
"notewrapper": {
"flake": false,
"locked": {
"lastModified": 1779788695,
"narHash": "sha256-JdTeS6rxDEa+A+rQjbFJajBhlwauBApIP3UwvrPbaf4=",
"lastModified": 1779789213,
"narHash": "sha256-N+5RH2qF5VdBmfIdxRhg7DceH7ALAie+kFOR7xL1pDs=",
"owner": "tomasriveral",
"repo": "NoteWrapper",
"rev": "d537357802940e924d77ebd0fc1a658f884138ea",
"rev": "f7c84136a5ff4a0712b31cbb41ce3e1dd7fde8d3",
"type": "github"
},
"original": {