File tree Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -334,6 +334,14 @@ Dejiang Zhu (doujiang24) <doujiang24@gmail.com>
334
334
335
335
Zexuan Luo (spacewander)
336
336
337
+ Release Steps
338
+ =============
339
+
340
+ 1 . update the ` _VERSION ` in ` lib/resty/rsa.lua `
341
+ 2 . update the ` version ` in ` dist.ini `
342
+ 3 . rename current rockspec to the new version and update the reference in it.
343
+ 4 . tag the new version
344
+ 5 . opm upload
337
345
338
346
Copyright and License
339
347
=====================
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ is_original=yes
5
5
license =mit
6
6
lib_dir =lib
7
7
repo_link =https://github.com/spacewander/lua-resty-rsa
8
- version =1.0.0
8
+ version =1.0.1
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ local C = ffi.C
13
13
local tab_concat = table.concat
14
14
local setmetatable = setmetatable
15
15
16
- local _M = { _VERSION = ' 1.0.0 ' }
16
+ local _M = { _VERSION = ' 1.0.1 ' }
17
17
18
18
local mt = { __index = _M }
19
19
Original file line number Diff line number Diff line change 1
1
package = ' lua-resty-rsa'
2
- version = ' 1.0.0 -1'
2
+ version = ' 1.0.1 -1'
3
3
source = {
4
4
url = ' git://github.com/spacewander/lua-resty-rsa.git' ,
5
- tag = ' v1.0.0 '
5
+ tag = ' v1.0.1 '
6
6
}
7
7
description = {
8
8
summary = ' RSA encrypt/decrypt & sign/verify for OpenResty/LuaJIT.' ,
You can’t perform that action at this time.
0 commit comments