This commit is contained in:
Mayel de Borniol 2022-06-06 09:59:24 +12:00
parent 93b00bae39
commit 7f82abada0
3 changed files with 10 additions and 10 deletions

View file

@ -279,13 +279,13 @@ messctl *args='': init
contrib-forks: contrib-forks-publish git-publish
# Push all changes to the app and extensions in ./forks, increment the app version number, and push a new version/release
contrib-release: contrib-forks-publish contrib-app-release
contrib-release: contrib-forks-publish update-app contrib-app-release
# Update ./deps and push all changes to the app
contrib-app-up: update-app git-publish
# Rebase app's repo and push all changes to the app
contrib-app-only: update-repo git-publish
# Update ./deps, increment the app version number and push
contrib-app-release: update-app contrib-app-release-increment git-publish
# Increment the app version number and commit/push
contrib-app-release: contrib-app-release-increment git-publish
contrib-app-release-increment:
@cd lib/mix/tasks/release/ && mix escript.build && ./release ../../../../ $APP_VSN_EXTRA

View file

@ -3,7 +3,7 @@ defmodule Bonfire.MixProject do
use Mix.Project
@config [ # TODO: put these in ENV or an external writeable config file similar to deps.*
version: "0.2.0-alpha.121", # note that the flavour will automatically be added where the dash appears
version: "0.2.0-alpha.122", # note that the flavour will automatically be added where the dash appears
elixir: "~> 1.13",
default_flavour: "classic",
logo: "assets/static/images/bonfire-icon.png",

View file

@ -37,15 +37,15 @@
"bonfire_me": {:git, "https://github.com/bonfire-networks/bonfire_me", "d2237d3e6bb48d6971e219f892010509e1f81e09", [branch: "main"]},
"bonfire_open_id": {:git, "https://github.com/bonfire-networks/bonfire_open_id", "acfba1cd060b8307c2def9bcb08ecb76dd9f4aaf", [branch: "main"]},
"bonfire_quantify": {:git, "https://github.com/bonfire-networks/bonfire_quantify", "bbfa8bac5d16ebf9a58b0e98ebd60f4423e8e570", [branch: "main"]},
"bonfire_search": {:git, "https://github.com/bonfire-networks/bonfire_search", "74632984c0e58e96d55baca8126f14024887f672", [branch: "main"]},
"bonfire_search": {:git, "https://github.com/bonfire-networks/bonfire_search", "d01ab0c1ecfe23ef70a2b4694cbf59172b63185e", [branch: "main"]},
"bonfire_social": {:git, "https://github.com/bonfire-networks/bonfire_social", "77b2b8707a20883514b92702061205f2c7184654", [branch: "main"]},
"bonfire_tag": {:git, "https://github.com/bonfire-networks/bonfire_tag", "b98f063f530f149b7bd5db4dfa37c663fbfb31cc", [branch: "main"]},
"bonfire_ui_common": {:git, "https://github.com/bonfire-networks/bonfire_ui_common", "7e697196fbc2bf25ed4bad0c4196bc0b3f1c279d", [branch: "main"]},
"bonfire_ui_common": {:git, "https://github.com/bonfire-networks/bonfire_ui_common", "1cbdce5c1337b7f0dac38e59d1baf6ebaad656ce", [branch: "main"]},
"bonfire_ui_coordination": {:git, "https://github.com/bonfire-networks/bonfire_ui_coordination", "40b24b68b542c31a0c99be2650b8148c5ad01161", [branch: "main"]},
"bonfire_ui_kanban": {:git, "https://github.com/bonfire-networks/bonfire_ui_kanban", "69f42c5c38e5d63e4e60b4ef8d0191224c297b14", [branch: "main"]},
"bonfire_ui_me": {:git, "https://github.com/bonfire-networks/bonfire_ui_me", "4e177aea562ae72215e5355d0a6078d9f456566d", [branch: "main"]},
"bonfire_ui_me": {:git, "https://github.com/bonfire-networks/bonfire_ui_me", "4a83c1b531d54f0a9053691552ef69d35e0bf142", [branch: "main"]},
"bonfire_ui_reflow": {:git, "https://github.com/bonfire-networks/bonfire_ui_reflow", "befd9ccb3b28b1e46e4a485deb493a041fde181b", [branch: "main"]},
"bonfire_ui_social": {:git, "https://github.com/bonfire-networks/bonfire_ui_social", "40275ac366432b28974c0ef1b77ee67607bb4dc8", [branch: "main"]},
"bonfire_ui_social": {:git, "https://github.com/bonfire-networks/bonfire_ui_social", "75c8d513e96ee1c00235af8c9d0ced8707e14cfd", [branch: "main"]},
"bonfire_ui_valueflows": {:git, "https://github.com/bonfire-networks/bonfire_ui_valueflows", "1b767e92009a9d82f5f258c9f8b415a8ee0c73c8", [branch: "main"]},
"bonfire_upcycle": {:git, "https://gitlab.com/bonfire-networks/bonfire_upcycle", "bb3fb7f2ad8664290913cf0d76f877b7aac2f269", [branch: "master"]},
"bonfire_valueflows": {:git, "https://github.com/bonfire-networks/bonfire_valueflows", "83d9148c94f876e946f6deba1fc67cfbbda6fd72", [branch: "main"]},