fix(login): url safe encoding base64 (#5983)

* url safe encoding base64

* js rm export

* fix: publish docker image

* rm releaserc

---------

Co-authored-by: Elio Bischof <eliobischof@gmail.com>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
This commit is contained in:
Max Peintner
2023-06-08 09:27:03 +02:00
committed by GitHub
parent 5562ee94a6
commit 58cfb94e1d
12 changed files with 188 additions and 169 deletions

View File

@@ -1,9 +1,4 @@
module.exports = {
branches: [
{ name: 'main' },
{ name: 'next' },
],
plugins: [
"@semantic-release/commit-analyzer"
]
branches: [{ name: "main" }, { name: "next" }],
plugins: ["@semantic-release/commit-analyzer"],
};