Skip to content

Commit

Permalink
feat: new feature
Browse files Browse the repository at this point in the history
  • Loading branch information
popovevgen committed Jan 31, 2024
1 parent 1619c11 commit f2e3b47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
{
"branches": [
"main",
"+([0-9]).+([0-9]).x"
"v+([0-9]).+([0-9]).x"
],
"plugins": [
["@semantic-release/commit-analyzer", {
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default function Home() {
</a>
</div>
</div>
New version patch main
New version
<div className={styles.center}>
<Image
className={styles.logo}
Expand Down

0 comments on commit f2e3b47

Please sign in to comment.