hemi-socials
Version:
A repository containing the official list of social links for Hemilabs
32 lines (24 loc) • 852 B
Markdown

A repository containing the official list of social links for Hemilabs
```tsx
import hemiSocials from "hemi-socials";
// the following properties are available
const {
discordUrl,
linkedinUrl,
githubUrl,
telegramCommunityUrl,
telegramNewsUrl,
tiktokUrl,
twitterUrl,
youtubeUrl,
} = hemiSocials;
```
With the changes merged into `main`, tag the merge commit, push and [create a new release](https://github.com/hemilabs/hemi-socials/releases/new). The package will be published automatically to NPM.
```sh
git tag -s -m "" v$(jq -r '.version' <package.json) --force
git push --tags --force
```