colineckert / obsidian-things

An Obsidian theme inspired by the beautifully-designed app, Things.
MIT License
707 stars 60 forks source link

Latest release info is wrong #158

Closed edonyzpc closed 7 months ago

edonyzpc commented 9 months ago

When I tried to get the latest info of Things releases with GitHub APIs, it returned the 2.1.15 as the latest one which is not 2.1.19.

>> curl https://api.github.com/repos/colineckert/obsidian-things/releases/latest
{
  "url": "https://api.github.com/repos/colineckert/obsidian-things/releases/120526755",
  "assets_url": "https://api.github.com/repos/colineckert/obsidian-things/releases/120526755/assets",
  "upload_url": "https://uploads.github.com/repos/colineckert/obsidian-things/releases/120526755/assets{?name,label}",
  "html_url": "https://github.com/colineckert/obsidian-things/releases/tag/2.1.15",
  "id": 120526755,
  "author": {
    "login": "colineckert",
    "id": 60206665,
    "node_id": "MDQ6VXNlcjYwMjA2NjY1",
    "avatar_url": "https://avatars.githubusercontent.com/u/60206665?v=4",
    "gravatar_id": "",
    "url": "https://api.github.com/users/colineckert",
    "html_url": "https://github.com/colineckert",
    "followers_url": "https://api.github.com/users/colineckert/followers",
    "following_url": "https://api.github.com/users/colineckert/following{/other_user}",
    "gists_url": "https://api.github.com/users/colineckert/gists{/gist_id}",
    "starred_url": "https://api.github.com/users/colineckert/starred{/owner}{/repo}",
    "subscriptions_url": "https://api.github.com/users/colineckert/subscriptions",
    "organizations_url": "https://api.github.com/users/colineckert/orgs",
    "repos_url": "https://api.github.com/users/colineckert/repos",
    "events_url": "https://api.github.com/users/colineckert/events{/privacy}",
    "received_events_url": "https://api.github.com/users/colineckert/received_events",
    "type": "User",
    "site_admin": false
  },
  "node_id": "RE_kwDOGRv4ic4HLxej",
  "tag_name": "2.1.15",
  "target_commitish": "main",
  "name": "2.1.15",
  "draft": false,
  "prerelease": false,
  "created_at": "2023-09-09T19:07:37Z",
  "published_at": "2023-09-09T19:09:17Z",
  "assets": [

  ],
  "tarball_url": "https://api.github.com/repos/colineckert/obsidian-things/tarball/2.1.15",
  "zipball_url": "https://api.github.com/repos/colineckert/obsidian-things/zipball/2.1.15",
  "body": "- Improve code syntax highlighting (https://github.com/colineckert/obsidian-things/issues/147)"
}
colineckert commented 7 months ago

hey @edonyzpc sorry about that, not sure what happened there. I just released a new version and made sure to mark it as the latest: https://github.com/colineckert/obsidian-things/releases/tag/2.1.20

lmk if you have any issues! Closing issue for now.