Skip to content

Commit

Permalink
Bumped up version number, further improvemened Flathub workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ransome1 committed Oct 27, 2023
1 parent 855b0fa commit be1f9eb
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 17 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/code-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,6 @@ jobs:
snyk:
runs-on: ubuntu-latest
steps:
- name: Trigger Flathub build
uses: peter-evans/[email protected]
with:
token: ${{ secrets.TRIGGER_FLATHUB_BUILD }}
repository: ransome1/com.github.ransome1.sleek
event-type: trigger-flathub-build
client-payload: '{"commit_id": "${{ github.sha }}"}'
- uses: actions/checkout@v2
- name: Install dependencies
run: npm install
Expand Down
12 changes: 11 additions & 1 deletion .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
name: Prepare release
name: Prepare releases
on:
push:
tags:
- '*'
jobs:
trigger-flathub_build:
runs-on: ubuntu-latest
steps:
- name: Trigger Flathub build
uses: peter-evans/[email protected]
with:
token: ${{ secrets.TRIGGER_FLATHUB_BUILD }}
repository: ransome1/com.github.ransome1.sleek
event-type: trigger-flathub-build
client-payload: '{"commit_id": "${{ github.sha }}"}'
macos:
name: MacOS (Prepare release)
runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion release/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sleek",
"version": "2.0.0",
"version": "2.0.0-dev18",
"description": "todo.txt manager for Linux, Windows and MacOS, free and open-source (FOSS)",
"synopsis": "todo.txt manager for Linux, Windows and MacOS, free and open-source (FOSS)",
"keywords": [
Expand Down
16 changes: 8 additions & 8 deletions src/__tests__/__mock__/recurrence.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@

2023-10-24 Line 1 rec:1d due:2023-10-25
2023-10-24 Line 1 rec:w due:2023-10-31
2023-10-24 Line 1 rec:2m due:2023-12-24
2023-10-24 Line 1 rec:+1d due:2023-10-26
2023-10-24 Line 1 rec:7w due:2023-12-12
2023-10-27 Line 1 rec:1d due:2023-10-28
2023-10-27 Line 1 rec:w due:2023-11-03
2023-10-27 Line 1 rec:2m due:2023-12-27
2023-10-27 Line 1 rec:+1d due:2023-10-29
2023-10-27 Line 1 rec:7w due:2023-12-15
2023-07-21 Line 1 due:2023-07-24 rec:+1b
2021-01-01 taxes are due in one year t:2022-03-30 due:2022-04-30 rec:+1y
2023-10-24 Water plants @home +quick due:2023-10-31 t:2023-10-21 rec:1w
2023-10-24 Line 1 rec:+1d t:2023-09-20 due:2023-10-25
(A) 2023-10-24 Line 1 rec:1d pri:A due:2023-10-25
2023-10-27 Water plants @home +quick due:2023-11-03 t:2023-10-24 rec:1w
2023-10-27 Line 1 rec:+1d t:2023-09-20 due:2023-10-28
(A) 2023-10-27 Line 1 rec:1d pri:A due:2023-10-28

0 comments on commit be1f9eb

Please sign in to comment.