Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,20 +53,6 @@ jobs:
echo "nix_hash=$NIX_HASH" >> $GITHUB_OUTPUT
echo "version=$VERSION" >> $GITHUB_OUTPUT

- name: Update Homebrew tap
env:
TAP_GITHUB_TOKEN: ${{ secrets.TAP_GITHUB_TOKEN }}
run: |
chmod +x scripts/publish-homebrew.sh
./scripts/publish-homebrew.sh "${{ steps.sha.outputs.version }}" "${{ steps.sha.outputs.sha256 }}"

- name: Update AUR packages
env:
AUR_SSH_KEY: ${{ secrets.AUR_SSH_KEY }}
run: |
chmod +x scripts/publish-aur.sh
./scripts/publish-aur.sh "${{ steps.sha.outputs.version }}" "${{ steps.sha.outputs.sha256 }}"

- name: Validate script version matches tag
run: |
VERSION=${GITHUB_REF#refs/tags/v}
Expand Down
12 changes: 8 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

## [0.3.0] - 2026-01-16
## [mojo-0.3.1] - 2026-02-12

Pulled in wedow upstream master change to our fork

## [mojo-0.3.0] - 2026-01-16

### Added

Expand All @@ -16,7 +20,7 @@
- BSD sed compatibility in `update_yaml_field` (was GNU-only)
- `update_yaml_field` now uses more robust first-line substitution for new fields

## [0.2.3] - 2026-01-14
## [mojo-0.2.3] - 2026-01-14

### Added

Expand All @@ -26,13 +30,13 @@

- Clarified `--parent` flag documentation: advisory metadata for epic/subtask hierarchy, not a blocking dependency

## [0.2.2] - 2026-01-13
## [mojo-0.2.2] - 2026-01-13

### Added

- `--version` / `-V` flag to print the current version

## [0.2.1] - 2026-01-26
## [mojo-0.2.1] - 2026-01-26

### Added
- Plugin system: executables named `tk-<cmd>` or `ticket-<cmd>` in PATH are invoked automatically
Expand Down
18 changes: 0 additions & 18 deletions pkg/aur/ticket-core/PKGBUILD

This file was deleted.

16 changes: 0 additions & 16 deletions pkg/aur/ticket-extras/PKGBUILD

This file was deleted.

15 changes: 0 additions & 15 deletions pkg/aur/ticket/PKGBUILD

This file was deleted.

Loading