Skip to content

Commit 22a101f

Browse files
committed
Merge branch 'release/1.0.1'
2 parents 5f9fb8d + 54b2efe commit 22a101f

File tree

5 files changed

+12
-8
lines changed

5 files changed

+12
-8
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
name: Bug report
22
description: Create a report to help us improve
33

4-
---
5-
title: ''
64
labels:
75
- bug
86
assignees:
97
- nekofar
108

11-
---
129
body:
1310
- type: textarea
1411
attributes:

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
name: Feature request
22
description: Suggest an idea for this project
33

4-
---
5-
title: ''
64
labels:
75
- enhancement
86
assignees:
97
- nekofar
108

11-
---
129
body:
1310
- type: textarea
1411
attributes:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
5252
# Create a new GitHub release using the gathered information
5353
- name: Create the release
54-
uses: nekofar/[email protected].0
54+
uses: nekofar/[email protected].1
5555
with:
5656
token: ${{ github.token }} # Authentication token from GitHub
5757
tag: ${{ github.ref_name }} # The name of the tag to be released

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [1.0.1] - 2023-07-24
6+
7+
### <!-- 05 -->Documentation
8+
9+
- Update issue templates with default titles
10+
11+
### <!-- 07 -->Continuous Integrations
12+
13+
- Bump nekofar/create-github-release from 1.0.0 to 1.0.1
14+
515
## [1.0.0] - 2023-07-23
616

717
### <!-- 07 -->Continuous Integrations

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nextjs-lingui-template",
3-
"version": "1.0.0-beta.6",
3+
"version": "1.0.1",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

0 commit comments

Comments
 (0)