With our CLI you can upload your commits for your changelog in just a
few seconds.
+
Usage
-
+
bt --changelogId=... --token=bt_...
@@ -77,7 +77,7 @@ const Component = () => {
Alternatively, you can use an .env file:
-
+
BT_CHANGELOG_ID=...
BT_AUTH_TOKEN=bt_...
diff --git a/apps/app/src/routes/index.lazy.tsx b/apps/app/src/routes/index.lazy.tsx
index 7597afd..4c4a61a 100644
--- a/apps/app/src/routes/index.lazy.tsx
+++ b/apps/app/src/routes/index.lazy.tsx
@@ -33,7 +33,7 @@ const Component = () => {
{data?.changelog.versions.total}
-
+
{data?.changelog.versions.published} Published
{data?.changelog.versions.review} Review
{data?.changelog.versions.draft} Draft
@@ -47,7 +47,7 @@ const Component = () => {
{data?.changelog.commits.total}
-
+
{data?.changelog.commits.assigned} Assigned
{data?.changelog.commits.unassigned} Unassigned
diff --git a/apps/app/src/routes/page.index.lazy.tsx b/apps/app/src/routes/page.index.lazy.tsx
index 4b4336a..0a370df 100644
--- a/apps/app/src/routes/page.index.lazy.tsx
+++ b/apps/app/src/routes/page.index.lazy.tsx
@@ -17,7 +17,8 @@ const Component = () => {
},
]}
>
-
+
Page
+
{!isPending &&
data &&
data.map((page) => {
@@ -32,10 +33,10 @@ const Component = () => {
)
})}
-
+
- New Changelog
+ New page