Skip to content

Commit

Permalink
♻️ Improvements to dark mode and preparations for usage via jsdelivr
Browse files Browse the repository at this point in the history
  • Loading branch information
technocidal committed Jul 30, 2024
1 parent 613f4a9 commit d9f5dbb
Show file tree
Hide file tree
Showing 7 changed files with 141 additions and 622 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ out

# Nuxt.js build / generate output
.nuxt
dist

# Gatsby files
.cache/
Expand Down Expand Up @@ -132,3 +131,4 @@ dist
# Custom

example/index.js
.DS_Store
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
# tech-radar
# tech-radar

## Publishing a new release

We're currently using jsDelivr to use this tech radar implementation in our projects.
If you want to publish a new release, just increase the version in `package.json`,
run `bun release` and create a new tag using the new version. Afterwards push all changes and the new tag to the repository.
Loading

0 comments on commit d9f5dbb

Please sign in to comment.