AlfredWorkflow.com
AlfredWorkflow.com copied to clipboard
How to update new version of my workflow?
Situation:
A new version v1.1
of the workflow named XXX
released, how to cover/update the previous version v1.0
?
Way 1(recommend):
- Firstly Fork the github repo https://github.com/hzlzh/AlfredWorkflow.com/
- Check out all the code and files into your local
- Update the exact workflow download file under
/Downloads/Workflows/XXX..alfredworkflow
and also/Sources/Workflows/XXX
- Submit&Sync your update to your forked repo.
- Then send pull request to the original repo and I'll approve your submit(within 6 hours).
- Everything now is synced to
v1.1
perfectly.
Way 2(If you don't use Github):
- re-submit your workflow
XXX
versionv1.1
to the site submit page - I' delete the old version
v1.0
(within 6 hours) manually.
ps: There is no need for you to update JSON API
, it will be updated with github repo sync, just be a little patient.
Check other developers' pull request
action:
https://github.com/hzlzh/AlfredWorkflow.com/pulls?direction=desc&page=1&sort=created&state=closed
If you get any other questions, please let me know.
Is it a good idea to create a submodule in /Sources/Workflow/XXX
?
@obstschale I thought about that, but git submodule
is much more complex for normal developers, pull request
is easy some how.
However submodule
is nice way~
Indeed, submodule
is a nice feature. But you're right it is quite complex. And I think the problem here is that the submodule should/must have the same folder structure as before.
好早之前提交到网站上的包 workflow怎么更新啊? @hzlzh
@wensonsmith 之前的已经不提供下载了,所以只需要更新 github 上的版本就好了