Skip to content

Commit

Permalink
chore: add cosign.pub to releases
Browse files Browse the repository at this point in the history
  • Loading branch information
dhth committed Jul 26, 2024
1 parent ebb4165 commit d83dd43
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
omm
.quickrun
cosign.key
cosign.pub
justfile
.notes
debug.log
Expand Down
2 changes: 2 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ version: 2

release:
draft: true
extra_files:
- glob: ./cosign.pub

before:
hooks:
Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,15 @@ omm guide

![Guide](https://tools.dhruvs.space/images/omm/omm-guide-1.png)

📋 Updates
---

Check out the latest features added to `omm` using:

```bash
omm updates
```

⚡️ Usage
---

Expand Down
4 changes: 1 addition & 3 deletions cmd/assets/updates.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,16 @@
• 🆕 Move an active task to the end of the list using "E" 🄶
• 🆕 The "updates" subcommand


👉 0.3.1
• 🔄 URLs in a task's summary are also considered as bookmarks


👉 0.3.0
• 🆕 The ability to quickly open URLs present in a task's context (called task
bookmarks) using "b"/"B"
• 🆕 Support for providing configuration via a TOML file

------

👉 Legend
• 🆕 - a new feature
• 🔄 - change in behavior
• ❌ - removal of a functionality
Expand Down
4 changes: 4 additions & 0 deletions cosign.pub
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
-----BEGIN PUBLIC KEY-----
MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEdDBCZ4oEQo3OXXuWYk9rFcJIMLf6
bPuAsJHlkUoXLGqsyQnR9PP/ZyYUgOftnMulcPKtNFf+/GxT7ZQG9S/pBw==
-----END PUBLIC KEY-----

0 comments on commit d83dd43

Please sign in to comment.