Skip to content

Commit

Permalink
Tag the empty app when making a release
Browse files Browse the repository at this point in the history
  • Loading branch information
rojer committed Mar 15, 2021
1 parent 0210656 commit 49b7547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/make_release_tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ def handle_repo_noexc(repo_name, from_tag, to_tag):
# Get libs
repos = get_repo_names("mongoose-os-libs")
# Add a few apps
repos.extend(["mongoose-os-apps/demo-c", "mongoose-os-apps/demo-js"])
repos.extend(["mongoose-os-apps/demo-c", "mongoose-os-apps/demo-js", "mongoose-os-apps/empty"])
# Add a few more
repos.extend(["cesanta/mongoose-os", "cesanta/mjs", "cesanta/mos-libs", "mongoose-os/mos"])

Expand Down

0 comments on commit 49b7547

Please sign in to comment.