Skip to content

Commit

Permalink
Merge pull request #118 from emqx/update-5-1-0
Browse files Browse the repository at this point in the history
fix bump release version
  • Loading branch information
sstrigler authored Jun 21, 2023
2 parents 470ce44 + 2bddd36 commit c9e8cde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
git config --global --add safe.directory "$(pwd)"
mkdir -p ~/.config/rebar3/templates
cp -r . ~/.config/rebar3/templates
rebar3 new emqx-plugin my_emqx_plugin version=1.0.0-rebar3-template-test
rebar3 new emqx-plugin my_emqx_plugin version=5.1.0
./check-vsn.sh my_emqx_plugin
make -C my_emqx_plugin rel
Expand Down
2 changes: 1 addition & 1 deletion emqx-plugin.template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{description, "Create custom EMQX plugins in a snap!"}.
{variables, [
{description, "Another amazing EMQX plugin."},
{version, "5.1.0", "The release version of this plugin."},
{version, "1.0.0", "The release version of this plugin."},
{app_vsn, "0.1.0", "The erlang application vsn value."},
{license, "Apache-2.0", "Short identifier for license you want to distribute this plugin under."},
{author_website, "http://example.com", "A website with details about the author."},
Expand Down

0 comments on commit c9e8cde

Please sign in to comment.