This commit is contained in:
Mayel de Borniol 2022-03-26 16:21:07 +13:00
parent f6b0138142
commit 0d94cd518d
3 changed files with 6 additions and 6 deletions

View file

@ -26,7 +26,7 @@ WEB_CONTAINER ?= $(APP_NAME)_web
APP_REL_DOCKERFILE=Dockerfile.release
APP_REL_DOCKERCOMPOSE=docker-compose.release.yml
APP_VSN ?= `grep -m 1 'version:' mix.exs | cut -d '"' -f2`
APP_VSN_EXTRA ?= beta
APP_VSN_EXTRA ?= alpha
APP_BUILD ?= `git rev-parse --short HEAD`
APP_DOCKER_REPO="$(ORG_NAME)/$(APP_NAME)-$(FLAVOUR)"
DB_DOCKER_IMAGE ?= postgis/postgis:12-3.1-alpine

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", # note that the flavour will automatically be added where the dash appears
version: "0.2.0-alpha.1", # note that the flavour will automatically be added where the dash appears
elixir: "~> 1.12",
default_flavour: "classic",
logo: "assets/static/images/bonfire-icon.png",

View file

@ -31,15 +31,15 @@
"bonfire_geolocate": {:git, "https://github.com/bonfire-networks/bonfire_geolocate", "73077b6542eb0d130c3ad6a6fd9d7f975fd3b744", [branch: "main"]},
"bonfire_invite_links": {:git, "https://github.com/bonfire-networks/bonfire_invite_links", "f10f301e26227b2d1186346086d3122f8712cb3f", [branch: "main"]},
"bonfire_mailer": {:git, "https://github.com/bonfire-networks/bonfire_mailer", "efaa2df39cd3fc121e68dec801f91ccc933479c4", [branch: "main"]},
"bonfire_me": {:git, "https://github.com/bonfire-networks/bonfire_me", "56bfa3acdcffc332f65cd46ee8f5ff7031c7eea9", [branch: "main"]},
"bonfire_me": {:git, "https://github.com/bonfire-networks/bonfire_me", "111fde143722b226ddb07cd36309c22c08cb925f", [branch: "main"]},
"bonfire_quantify": {:git, "https://github.com/bonfire-networks/bonfire_quantify", "6f5bc94eaec33981b2845f21cc93ce21b0241996", [branch: "main"]},
"bonfire_search": {:git, "https://github.com/bonfire-networks/bonfire_search", "75a14adc5a40f49a9fd5b33e8c40dfa9cb8a7e0e", [branch: "main"]},
"bonfire_social": {:git, "https://github.com/bonfire-networks/bonfire_social", "009531f77012fdc9c689b328ff8a46818def8f64", [branch: "main"]},
"bonfire_social": {:git, "https://github.com/bonfire-networks/bonfire_social", "c697557b6aefdc761ff097f70bf37f341038e6ba", [branch: "main"]},
"bonfire_tag": {:git, "https://github.com/bonfire-networks/bonfire_tag", "75d2e554e5bd22aaa31383e0a3aa411248ea8a60", [branch: "main"]},
"bonfire_ui_reflow": {:git, "https://github.com/bonfire-networks/bonfire_ui_reflow", "1ed948bc16a5848163e7ca99c94c94badde12a23", [branch: "main"]},
"bonfire_ui_reflow": {:git, "https://github.com/bonfire-networks/bonfire_ui_reflow", "e16081f540954327339974a80bc70840ab1389c0", [branch: "main"]},
"bonfire_ui_social": {:git, "https://github.com/bonfire-networks/bonfire_ui_social", "9d4aa36b8d38a05ed5e1b2f4653cbbfd8dae493f", [branch: "main"]},
"bonfire_ui_valueflows": {:git, "https://github.com/bonfire-networks/bonfire_ui_valueflows", "25424e7f6a70454c7a7a354a3ca727ccd5bc6c35", [branch: "main"]},
"bonfire_valueflows": {:git, "https://github.com/bonfire-networks/bonfire_valueflows", "be7cfbf74e9b4decadc65f0ef03aafdb46631122", [branch: "main"]},
"bonfire_valueflows": {:git, "https://github.com/bonfire-networks/bonfire_valueflows", "d5820edc11baae58cfec02ec428f273ac2d96b36", [branch: "main"]},
"bonfire_valueflows_observe": {:git, "https://github.com/bonfire-networks/bonfire_valueflows_observe", "94579c5e55d079594dba7b4cde1ef3b97e4fd0c8", []},
"bonfire_website": {:git, "https://github.com/bonfire-networks/bonfire_website", "89087e6dd19cbaf816c88393cd169764f0e89a1f", [branch: "main"]},
"cachex": {:hex, :cachex, "3.4.0", "868b2959ea4aeb328c6b60ff66c8d5123c083466ad3c33d3d8b5f142e13101fb", [:mix], [{:eternal, "~> 1.2", [hex: :eternal, repo: "hexpm", optional: false]}, {:jumper, "~> 1.0", [hex: :jumper, repo: "hexpm", optional: false]}, {:sleeplocks, "~> 1.1", [hex: :sleeplocks, repo: "hexpm", optional: false]}, {:unsafe, "~> 1.0", [hex: :unsafe, repo: "hexpm", optional: false]}], "hexpm", "370123b1ab4fba4d2965fb18f87fd758325709787c8c5fce35b3fe80645ccbe5"},