Skip to content

Commit 4c53b44

Browse files
committed
Merge branch 'release/1.0.7'
2 parents 8c03f5e + 233acad commit 4c53b44

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

.github/workflows/template.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Workflow Name
2-
name: Template
2+
name: Template Cleanup
33

44
# Trigger the workflow on push events to the master branch
55
on:
@@ -22,9 +22,10 @@ jobs:
2222

2323
# Steps instances
2424
steps:
25-
- uses: actions/[email protected] # Checkout code
25+
- name: Checkout code
26+
uses: actions/[email protected]
2627

27-
- name: Setup Node.js # Set up Node.js environment
28+
- name: Set up Node.js environment
2829
uses: actions/[email protected]
2930

3031
- name: Install pnpm package manager # Install pnpm
@@ -33,7 +34,7 @@ jobs:
3334
version: ^8
3435
run_install: false
3536

36-
- name: Cleanup # Clean up the repository
37+
- name: Clean up the repository
3738
run: |
3839
# Declare variables
3940
NAME="$(basename $GITHUB_REPOSITORY)"

CHANGELOG.md

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

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

5+
## [1.0.7] - 2023-07-29
6+
7+
### <!-- 07 -->Continuous Integrations
8+
9+
- Update workflow template for clarity
10+
511
## [1.0.6] - 2023-07-29
612

713
### <!-- 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.6",
3+
"version": "1.0.7",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

0 commit comments

Comments
 (0)