-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stop self-update picking releases that are not the latest
We will be using pre-release tags for testing, which would be listed later than the latest tag
- Loading branch information
1 parent
9a527f2
commit 63a45de
Showing
4 changed files
with
126 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
{ | ||
"url": "https://api.github.com/repos/my127/workspace/releases/43190729", | ||
"assets_url": "https://api.github.com/repos/my127/workspace/releases/43190729/assets", | ||
"upload_url": "https://uploads.github.com/repos/my127/workspace/releases/43190729/assets{?name,label}", | ||
"html_url": "https://github.com/my127/workspace/releases/tag/%%versionTag%%", | ||
"id": 43190729, | ||
"author": { | ||
"login": "joe", | ||
"id": 9999, | ||
"node_id": "MDQ6VXNlcjE1NTQ3MDk=", | ||
"avatar_url": "https://avatars.githubusercontent.com/u/1554709?v=4", | ||
"gravatar_id": "", | ||
"url": "https://api.github.com/users/joe", | ||
"html_url": "https://github.com/joe", | ||
"followers_url": "https://api.github.com/users/joe/followers", | ||
"following_url": "https://api.github.com/users/joe/following{/other_user}", | ||
"gists_url": "https://api.github.com/users/joe/gists{/gist_id}", | ||
"starred_url": "https://api.github.com/users/joe/starred{/owner}{/repo}", | ||
"subscriptions_url": "https://api.github.com/users/joe/subscriptions", | ||
"organizations_url": "https://api.github.com/users/joe/orgs", | ||
"repos_url": "https://api.github.com/users/joe/repos", | ||
"events_url": "https://api.github.com/users/joe/events{/privacy}", | ||
"received_events_url": "https://api.github.com/users/joe/received_events", | ||
"type": "User", | ||
"site_admin": false | ||
}, | ||
"node_id": "MDc6UmVsZWFzZTQzMTkwNzI5", | ||
"tag_name": "%%versionTag%%", | ||
"target_commitish": "1.x", | ||
"name": "%%versionTag%%", | ||
"draft": false, | ||
"prerelease": true, | ||
"created_at": "2021-05-19T06:18:24Z", | ||
"published_at": "2021-05-19T06:24:32Z", | ||
"assets": [ | ||
{ | ||
"url": "https://api.github.com/repos/my127/workspace/releases/assets/37159196", | ||
"id": 37159196, | ||
"node_id": "MDEyOlJlbGVhc2VBc3NldDM3MTU5MTk2", | ||
"name": "ws", | ||
"label": null, | ||
"uploader": { | ||
"login": "joe", | ||
"id": 1554709, | ||
"node_id": "MDQ6VXNlcjE1NTQ3MDk=", | ||
"avatar_url": "https://avatars.githubusercontent.com/u/1554709?v=4", | ||
"gravatar_id": "", | ||
"url": "https://api.github.com/users/joe", | ||
"html_url": "https://github.com/joe", | ||
"followers_url": "https://api.github.com/users/joe/followers", | ||
"following_url": "https://api.github.com/users/joe/following{/other_user}", | ||
"gists_url": "https://api.github.com/users/joe/gists{/gist_id}", | ||
"starred_url": "https://api.github.com/users/joe/starred{/owner}{/repo}", | ||
"subscriptions_url": "https://api.github.com/users/joe/subscriptions", | ||
"organizations_url": "https://api.github.com/users/joe/orgs", | ||
"repos_url": "https://api.github.com/users/joe/repos", | ||
"events_url": "https://api.github.com/users/joe/events{/privacy}", | ||
"received_events_url": "https://api.github.com/users/joe/received_events", | ||
"type": "User", | ||
"site_admin": false | ||
}, | ||
"content_type": "application/octet-stream", | ||
"state": "uploaded", | ||
"size": 2944641, | ||
"download_count": 20, | ||
"created_at": "2021-05-19T06:22:50Z", | ||
"updated_at": "2021-05-19T06:22:54Z", | ||
"browser_download_url": "%%browserDownloadUrl%%" | ||
} | ||
], | ||
"tarball_url": "https://api.github.com/repos/my127/workspace/tarball/%%versionTag%%", | ||
"zipball_url": "https://api.github.com/repos/my127/workspace/zipball/%%versionTag%%", | ||
"body": "## [%%versionTag%%](https://github.com/my127/workspace/tree/%%versionTag%%) (2021-05-19)\r\n\r\n[Full Changelog](https://github.com/my127/workspace/compare/0.1.3...%%versionTag1%%)\r\n\r\n**Implemented enhancements:**\r\n\r\n- Add a cheatsheet [\\#83](https://github.com/my127/workspace/pull/83) ([rgpjones](https://github.com/rgpjones))\r\n- Add poweroff command [\\#82](https://github.com/my127/workspace/pull/82) ([joe](https://github.com/joe))\r\n- Add before/after overlay events and match with before for prepare [\\#78](https://github.com/my127/workspace/pull/78) ([andytson-inviqa](https://github.com/andytson-inviqa))\r\n- Improve integration test suite [\\#77](https://github.com/my127/workspace/pull/77) ([dantleech](https://github.com/dantleech))\r\n- Add PHP 8 support [\\#68](https://github.com/my127/workspace/pull/68) ([elvetemedve](https://github.com/elvetemedve))\r\n- Add config dump command [\\#67](https://github.com/my127/workspace/pull/67) ([hgajjar](https://github.com/hgajjar))\r\n- Add Jaeger daemon [\\#66](https://github.com/my127/workspace/pull/66) ([joe](https://github.com/joe))\r\n- Add more default symfony expression functions [\\#56](https://github.com/my127/workspace/pull/56) ([andytson-inviqa](https://github.com/andytson-inviqa))\r\n- Update symfony components and twig to latest minor version [\\#55](https://github.com/my127/workspace/pull/55) ([andytson-inviqa](https://github.com/andytson-inviqa))\r\n- Upgrade to mailhog image v1.0.1 [\\#54](https://github.com/my127/workspace/pull/54) ([joe](https://github.com/joe))\r\n- Fix multiple argument run/passthru escaping [\\#53](https://github.com/my127/workspace/pull/53) ([andytson-inviqa](https://github.com/andytson-inviqa))\r\n- Make commands and function errors debuggable by saying what name they are [\\#51](https://github.com/my127/workspace/pull/51) ([andytson-inviqa](https://github.com/andytson-inviqa))\r\n- Add missing Bash interpreter page [\\#49](https://github.com/my127/workspace/pull/49) ([opdavies](https://github.com/opdavies))\r\n- Misc: license as MIT [\\#47](https://github.com/my127/workspace/pull/47) ([dcole-inviqa](https://github.com/dcole-inviqa))\r\n- Note that curl is required [\\#46](https://github.com/my127/workspace/pull/46) ([joe](https://github.com/joe))\r\n- Add an after\\('harness.prepare'\\) event [\\#44](https://github.com/my127/workspace/pull/44) ([andytson-inviqa](https://github.com/andytson-inviqa))\r\n- Test on PHP 7.4 [\\#40](https://github.com/my127/workspace/pull/40) ([joe](https://github.com/joe))\r\n\r\n**Fixed bugs:**\r\n\r\n- Add requirement to use prefix space to avoid secrets in shell history [\\#65](https://github.com/my127/workspace/pull/65) ([andytson-inviqa](https://github.com/andytson-inviqa))\r\n- Handle sidekick errexiting correctly [\\#58](https://github.com/my127/workspace/pull/58) ([andytson-inviqa](https://github.com/andytson-inviqa))\r\n\r\n**Closed issues:**\r\n\r\n- Service commands provide no feedback if command not found [\\#62](https://github.com/my127/workspace/issues/62)\r\n- Support for self-update? [\\#60](https://github.com/my127/workspace/issues/60)\r\n- Executing a ws command that does not exist should return a non-zero exit code [\\#45](https://github.com/my127/workspace/issues/45)\r\n- Support for multiple harnesses to one workspace [\\#23](https://github.com/my127/workspace/issues/23)\r\n\r\n## Installation instructions\r\n```bash\r\ncurl --output ./ws --location https://github.com/my127/workspace/releases/download/%%versionTag1%%/ws\r\nchmod +x ws && sudo mv ws /usr/local/bin/ws\r\n```" | ||
} |