File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 2727 threshold : 70
2828
2929 build : # Job named 'build'
30+ name : Build & Test
3031 runs-on : ubuntu-latest # The type of machine to run the job on.
3132
3233 needs : [guard]
7879 run : pnpm run test
7980
8081 release :
82+ name : Create Release
8183 # Specify the type of the runner the job will run on
8284 runs-on : ubuntu-latest
8385
Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5+ ## [ 1.0.9] - 2023-07-30
6+
7+ ### <!-- 07 --> Continuous Integrations
8+
9+ - Add descriptive job names to github workflow
10+
511## [ 1.0.8] - 2023-07-30
612
713### <!-- 03 --> Testing
Original file line number Diff line number Diff line change 11{
22 "name" : " nextjs-lingui-template" ,
3- "version" : " 1.0.7 " ,
3+ "version" : " 1.0.9 " ,
44 "private" : true ,
55 "scripts" : {
66 "dev" : " next dev" ,
You can’t perform that action at this time.
0 commit comments