This commit is contained in:
Mayel 2021-10-08 11:14:58 +13:00
parent 8b1fa16fa1
commit e83d3f63f2
3 changed files with 5 additions and 5 deletions

View file

@ -239,7 +239,7 @@ contrib.app.up: update.app git.publish ## Update ./deps and push all changes to
contrib.app.release: update.app contrib.app.release.increment git.publish ## Update ./deps, increment the app version number and push
contrib.app.release.increment:
@cd lib/mix/tasks/release/ && mix escript.build && ./release ../../../../ alpha
@cd lib/mix/tasks/release/ && mix escript.build && ./release ../../../../ beta
contrib.forks.publish:
@chmod +x git-publish.sh

View file

@ -3,7 +3,7 @@ defmodule Bonfire.MixProject do
use Mix.Project
@config [
version: "0.1.0-beta.8", # note that the flavour will automatically be added where the dash appears
version: "0.1.0-beta.9", # note that the flavour will automatically be added where the dash appears
elixir: "~> 1.12",
default_flavour: "classic",
test_deps_prefixes: ["bonfire_", "pointers", "paginator"],

View file

@ -19,7 +19,7 @@
"bonfire_data_shared_user": {:git, "https://github.com/bonfire-networks/bonfire_data_shared_user", "1b1bcd36b2a2238fbc8bce64a61cba60fe3949a7", [branch: "main"]},
"bonfire_data_social": {:git, "https://github.com/bonfire-networks/bonfire_data_social", "4a9a11da18e7376f4a66cf4af8e7ea40b49547ab", [branch: "main"]},
"bonfire_fail": {:git, "https://github.com/bonfire-networks/bonfire_fail", "454f676fb82f7c0453bc839ce012a078c8d9149e", [branch: "main"]},
"bonfire_federate_activitypub": {:git, "https://github.com/bonfire-networks/bonfire_federate_activitypub", "0beedf5d8268076fc76b2492a570828f682af714", [branch: "main"]},
"bonfire_federate_activitypub": {:git, "https://github.com/bonfire-networks/bonfire_federate_activitypub", "3cc0c9560d440f5aaf302b63ab74addb224eec91", [branch: "main"]},
"bonfire_files": {:git, "https://github.com/bonfire-networks/bonfire_files", "05da65b5053319df64094fbf713b83c09c9bdc87", [branch: "main"]},
"bonfire_geolocate": {:git, "https://github.com/bonfire-networks/bonfire_geolocate", "ad975ad9db89478e2efea73a3473c5035a649a82", [branch: "main"]},
"bonfire_livebook": {:git, "https://github.com/bonfire-networks/bonfire_livebook", "365d245fcd570bb32a14a25716f7c2bae64020e5", [branch: "main"]},
@ -30,8 +30,8 @@
"bonfire_social": {:git, "https://github.com/bonfire-networks/bonfire_social", "73a56c84f7cf9033ea6247dbabd9faba8bd4e6a1", [branch: "main"]},
"bonfire_tag": {:git, "https://github.com/bonfire-networks/bonfire_tag", "7fefc9ec454d211746071619a7b7c3c8a24cafb2", [branch: "main"]},
"bonfire_taxonomy_seeder": {:git, "https://github.com/bonfire-networks/bonfire_taxonomy_seeder", "06eb3a474b01c191d6de4f70c2c4240c7df2eb30", [branch: "main"]},
"bonfire_ui_coordination": {:git, "https://github.com/bonfire-networks/bonfire_ui_coordination", "0cb78711a76e1703b52d4c750b9b68c0f1f14517", [branch: "main"]},
"bonfire_ui_kanban": {:git, "https://github.com/bonfire-networks/bonfire_ui_kanban", "84ab98e43332b0f01c4918283f4a718c4acf5ca0", [branch: "main"]},
"bonfire_ui_coordination": {:git, "https://github.com/bonfire-networks/bonfire_ui_coordination", "7997b557e8eae04e44a13a70c599f16ec0c61a15", [branch: "main"]},
"bonfire_ui_kanban": {:git, "https://github.com/bonfire-networks/bonfire_ui_kanban", "ccaacf74e2f089bebe5f18296b629e8666015b8b", [branch: "main"]},
"bonfire_ui_reflow": {:git, "https://github.com/bonfire-networks/bonfire_ui_reflow", "c86e16492353faf1ed0ef86a2b6f074f83f60b9a", [branch: "main"]},
"bonfire_ui_social": {:git, "https://github.com/bonfire-networks/bonfire_ui_social", "40a847063d96e32defe8f98961e81580ad27ea53", [branch: "main"]},
"bonfire_ui_valueflows": {:git, "https://github.com/bonfire-networks/bonfire_ui_valueflows", "834de716239fc130e21e5a1756cb321d722ebe41", [branch: "main"]},