Skip to content

Commit

Permalink
Merge pull request #17 from 0xwonj/develop
Browse files Browse the repository at this point in the history
docs: Update github handle
  • Loading branch information
0xwonj authored Jun 14, 2024
2 parents d728cd0 + 2103641 commit 662ddd1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

This repository contains source code of the my website. To view the website, visit [wonj.me](https://wonj.me).

[![license-badge](https://4.vercel.app/github/license/wonj1012/wonj.eth)](LICENSE)
![language-badge](https://4.vercel.app/github/language/wonj1012/wonj.eth)
[![tag-badge](https://4.vercel.app/github/tag/wonj1012/wonj.eth)](https://github.com/wonj1012/wonj.eth/tags)
[![issues-badge](https://4.vercel.app/github/issues/wonj1012/wonj.eth)](https://github.com/wonj1012/wonj.eth/issues)
[![license-badge](https://4.vercel.app/github/license/0xwonj/wonj.eth)](LICENSE)
![language-badge](https://4.vercel.app/github/language/0xwonj/wonj.eth)
[![tag-badge](https://4.vercel.app/github/tag/0xwonj/wonj.eth)](https://github.com/0xwonj/wonj.eth/tags)
[![issues-badge](https://4.vercel.app/github/issues/0xwonj/wonj.eth)](https://github.com/0xwonj/wonj.eth/issues)

## Technologies

Expand All @@ -20,9 +20,9 @@ This repository contains source code of the my website. To view the website, vis

To ensure efficient workflow and seamless integration with Vercel for automatic deployment, we follow a specific branching strategy:

- [`main`](https://github.com/wonj1012/wonj.eth/tree/main): This is the production branch and is automatically deployed to Vercel. It contains the latest stable version of the website.
- [`main`](https://github.com/0xwonj/wonj.eth/tree/main): This is the production branch and is automatically deployed to Vercel. It contains the latest stable version of the website.

- [`develop`](https://github.com/wonj1012/wonj.eth/tree/develop): Our primary development branch. All new features and changes are merged into this branch. Once the development is complete, we create a pull request to merge `develop` into `main`.
- [`develop`](https://github.com/0xwonj/wonj.eth/tree/develop): Our primary development branch. All new features and changes are merged into this branch. Once the development is complete, we create a pull request to merge `develop` into `main`.

- `feature/*`: For new features and significant changes, we create feature branches from `develop`. Once development is completed, the feature branch is merged back into `develop`. (Not strictly followed)

Expand Down

0 comments on commit 662ddd1

Please sign in to comment.