Skip to content

Commit

Permalink
Adding informations on where to post
Browse files Browse the repository at this point in the history
  • Loading branch information
straumat committed Jan 15, 2022
1 parent 0296544 commit 9967ff9
Showing 1 changed file with 22 additions and 3 deletions.
25 changes: 22 additions & 3 deletions docs/docs/ressources/how-tos/how-to-create-a-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ description: How to create an official Cassandre release
---
# Create a release

## Prepare the release
* Fix [Codacy](https://app.codacy.com/gh/cassandre-tech/cassandre-trading-bot/issues) & Intellij warnings.
## Things to check before release
* Fix Intellij warnings.
* Fix [Codacy](https://app.codacy.com/gh/cassandre-tech/cassandre-trading-bot/issues) warnings.
* Update [security.md](https://github.com/cassandre-tech/cassandre-trading-bot/blob/development/SECURITY.md).

## Create the release with Maven
Expand All @@ -15,7 +16,7 @@ You must be using `ssh` and not `https`. To switch to `ssh`, type :
git remote set-url origin git@github.com:cassandre-tech/cassandre-trading-bot.git
```

Check that you are on the develop branch and that everything is committed:
Check that you are on the `development` branch and that everything is committed:
```bash
git checkout development
git status
Expand All @@ -35,3 +36,21 @@ mvn gitflow:release-finish
* Close the corresponding [milestone in Github](https://github.com/cassandre-tech/cassandre-trading-bot/milestones?direction=asc&sort=due_date&state=open).
* Write and send a [substack post](https://cassandre.substack.com/publish?utm_source=menu).
* Update cassandre release number on production trading bots.

## Releases text
* English: "We've just released Cassandre 5.0.7, a Spring boot starter to create and run your java crypto trading bot in minutes. Details here: URL #trading #tradingbot #crypto #bitcoin #java"
* French: "Sortie de Cassandre 5.0.7, notre Spring Boot Starter qui permet de créer son propre bot de trading pour les cryptos en quelques minutes. Plus de détails ici : URL #trading #tradingbot #crypto #bitcoin #java"

## Tell the world
* Retrieve the news URL from [GitHub](https://github.com/cassandre-tech/cassandre-trading-bot/releases).
* Publish on Cassandre Twitter (should be done by GitHub CI).
* Publish on Cassandre Discord (should be done by GitHub CI).
* Publish on my personal accounts (Facebook, Twitter & LinkedIn).
* Publish on [linuxfr](https://linuxfr.org/).
* Publish on [bitcointalk](https://bitcointalk.org/index.php?board=8.0).
* Publish on [IndieHackers](https://www.indiehackers.com/new-post).
* Publish on Reddit.
* Programming: [Java](https://www.reddit.com/r/java/), [Kotlin](https://www.reddit.com/r/Kotlin/).
* Exchanges: [Kucoin](https://www.reddit.com/r/kucoin/), [Coinbase](https://www.reddit.com/r/CoinBase/), [Binance](https://www.reddit.com/r/binance/).
* Trading: [Cryptotrading](https://www.reddit.com/r/cryptotrading/).
* Crypto currencies: .

0 comments on commit 9967ff9

Please sign in to comment.