bump version
authorFloatingGhost <hannah@coffee-and-dreams.uk>
Fri, 15 Jul 2022 15:31:28 +0000 (16:31 +0100)
committerFloatingGhost <hannah@coffee-and-dreams.uk>
Fri, 15 Jul 2022 15:31:28 +0000 (16:31 +0100)
.woodpecker/.release.yml
CHANGELOG.md
mix.exs

index 17bb4b0e4b7af9c84b35fe74f1843eb76fca421a..c411dd2e998b711aa166102934299d642925e4c6 100644 (file)
@@ -22,6 +22,7 @@ pipeline:
         - develop
         - stable
         - refs/tags/v*
+        - refs/tags/stable-*
     secrets:
     - SCW_ACCESS_KEY
     - SCW_SECRET_KEY
@@ -56,6 +57,7 @@ pipeline:
         - develop
         - stable
         - refs/tags/v*
+        - refs/tags/stable-*
     secrets:
     - SCW_ACCESS_KEY
     - SCW_SECRET_KEY
@@ -93,6 +95,7 @@ pipeline:
         - develop
         - stable
         - refs/tags/v*
+        - refs/tags/stable-*
     secrets:
     - SCW_ACCESS_KEY
     - SCW_SECRET_KEY
index 5c8014f16a83b77b2e425b3571f94518142f9087..1ae33be6d046951cea96b3c216bfead9c590bbf9 100644 (file)
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
 
 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
 
-## [Unreleased]
+## 2022.07
 
 ### Added
 - Added move account API
diff --git a/mix.exs b/mix.exs
index c255be1db9160013a3642f54f6bad058c185198a..3e6710bc33bf2f79dcc884b2750b9f5230849970 100644 (file)
--- a/mix.exs
+++ b/mix.exs
@@ -4,7 +4,7 @@ defmodule Pleroma.Mixfile do
   def project do
     [
       app: :pleroma,
-      version: version("2.5.2"),
+      version: version("3.0.0"),
       elixir: "~> 1.9",
       elixirc_paths: elixirc_paths(Mix.env()),
       compilers: [:phoenix, :gettext] ++ Mix.compilers(),