You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After [#117](https://github.com/api7/lua-resty-etcd/pull/117) got merged, we could publish new version of lua-resty-etcd easily. All you need to do is:
3
+
After [#137](https://github.com/api7/lua-resty-etcd/pull/137) got merged, we could publish new version of lua-resty-etcd easily. All you need to do is:
4
4
5
-
- Create a PR that add the rockspec for the new version.
6
-
- Create a tag with format like 'v1.0'.
5
+
- Create the release PR following the format `feat: release VERSION`, where `VERSION` should be the version used in the rockspec name, like `1.0` for `lua-resty-etcd-1.0-0.rockspec`.
7
6
8
-
The tag would trigger Github Actions to upload to both luarocks and github release.
7
+
When the PR got merged, it would trigger Github Actions to upload to both github release and luarocks.
0 commit comments