mirror of
https://github.com/tomasriveral/NoteWrapper.git
synced 2026-08-12 10:20:46 +02:00
Compare commits
3
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
36767b188d | ||
|
|
f7c84136a5 | ||
|
|
f66371137a |
@@ -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
+6
-6
@@ -20,11 +20,11 @@
|
||||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1779508470,
|
||||
"narHash": "sha256-Ap9KJX+5xHIn3bPIpfNgT6MEXdAECECwo4/rmlQD74M=",
|
||||
"lastModified": 1779560665,
|
||||
"narHash": "sha256-tpyBcxPpcQb8ukyNF7DoCwfSY3VPsxHoYwj00Cayv5o=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "29916453413845e54a65b8a1cf996842300cd299",
|
||||
"rev": "64c08a7ca051951c8eae34e3e3cb1e202fe36786",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
@@ -37,11 +37,11 @@
|
||||
"notewrapper": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1779721342,
|
||||
"narHash": "sha256-QbRzgD4HoUUemaVCIZ2VfiW+SUjzFY2rL51CLOxQLvk=",
|
||||
"lastModified": 1779789213,
|
||||
"narHash": "sha256-N+5RH2qF5VdBmfIdxRhg7DceH7ALAie+kFOR7xL1pDs=",
|
||||
"owner": "tomasriveral",
|
||||
"repo": "NoteWrapper",
|
||||
"rev": "e370f98c5ebc3c037dec4e7e35f26230724b70d3",
|
||||
"rev": "f7c84136a5ff4a0712b31cbb41ce3e1dd7fde8d3",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
||||
Reference in New Issue
Block a user