Skip to content

Commit 5ea2d79

Browse files
committed
chore(release): 🚀 6.2.2
1 parent d8c2ddc commit 5ea2d79

File tree

5 files changed

+25
-10
lines changed

5 files changed

+25
-10
lines changed

.github/workflows/deploy.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,10 @@ jobs:
2626
- name: 🔧 Install Dependencies
2727
run: npm ci
2828

29-
# - name: 🛠 Build (if any)
30-
# run: npm run build --if-present
29+
# - name: 🧱 Build
30+
# run: |
31+
# heroku git:remote -a ${{ secrets.HEROKU_STAGING_APP_NAME }}
32+
# git push heroku master
3133

3234
- name: 🏷️ Register Slash Commands
3335
run: npm run register
@@ -37,7 +39,6 @@ jobs:
3739
BOT_GUILD_ID: ${{ secrets.BOT_GUILD_ID }}
3840
BOT_ID: ${{ secrets.BOT_ID }}
3941

40-
4142
- name: 🚀 Deploy
4243
run: heroku pipelines:promote -a ${{ secrets.HEROKU_STAGING_APP_NAME }}
4344
env:

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file.
44
<br/>The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
<br/>and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [6.2.2] - 2022-09-09
8+
9+
### Added
10+
11+
- A missing `neg` option in `/roll myz` & `/roll fbl` commands to add negative dice.
12+
13+
### Changed
14+
15+
- The `modifier` argument for `/roll bladerunner` now have the advantage/disadvantage choices.
16+
17+
### Fixed
18+
19+
- A minor issue where the message buttons appeared with a roll that has panic.
20+
- Some typos in various translations.
21+
722
## [6.2.1] - 2022-09-07
823

924
### Fixed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ By default, Sebedius will use the locale defined in your server, if it is suppor
6060
With the command `/conf locale value:<language_code>` you can translate Sebedius into another language. Supported localisations are:
6161

6262
- `en` – English (default)
63-
- Work in progress: `de` – German [![gitlocalized ](https://gitlocalize.com/repo/7923/de/badge.svg)](https://gitlocalize.com/repo/7923/de?utm_source=badge)
64-
- Work in progress: `fr` – French [![gitlocalized ](https://gitlocalize.com/repo/7923/fr/badge.svg)](https://gitlocalize.com/repo/7923/fr?utm_source=badge)
63+
- `de` – German [![gitlocalized ](https://gitlocalize.com/repo/7923/de/badge.svg)](https://gitlocalize.com/repo/7923/de?utm_source=badge)
64+
- `fr` – French [![gitlocalized ](https://gitlocalize.com/repo/7923/fr/badge.svg)](https://gitlocalize.com/repo/7923/fr?utm_source=badge)
6565

6666
Your language isn't supported yet? See _Contributing_ below!
6767

package-lock.json

+2-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sebedius-yearzero-discord-bot",
3-
"version": "6.2.1",
3+
"version": "6.2.2",
44
"description": "A bot companion for running Year Zero roleplaying games over Discord.",
55
"author": "Stefouch",
66
"license": "GPL-3.0-or-later",
@@ -103,4 +103,4 @@
103103
"sinon": "^14.0.0",
104104
"standard-version": "^9.5.0"
105105
}
106-
}
106+
}

0 commit comments

Comments
 (0)