Skip to content

Commit

Permalink
Release v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilafian committed Apr 18, 2024
1 parent e17b4b3 commit e77687f
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 14 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release-on-vtag.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
name: release
name: Create Release

on:
push:
tags:
- 'v*'

jobs:
build:
name: Create Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4 #see: https://github.com/actions/checkout/releases
- uses: actions/create-release@v1
- uses: actions/checkout@v4 #see: https://github.com/actions/checkout/releases
- uses: actions/create-release@v1 #see: https://github.com/actions/create-release/releases
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
with:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/run-spec-on-push.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: build
name: Build and Run Specifications

on: [push]

jobs:
build:
name: Run Specifications
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4 #see: https://github.com/actions/checkout/releases
Expand Down
2 changes: 1 addition & 1 deletion dist/copy-file.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! copy-file-util v1.2.0 ~~ https://github.com/center-key/copy-file-util ~~ MIT License
//! copy-file-util v1.2.1 ~~ https://github.com/center-key/copy-file-util ~~ MIT License

export type Settings = {
cd: string;
Expand Down
2 changes: 1 addition & 1 deletion dist/copy-file.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! copy-file-util v1.2.0 ~~ https://github.com/center-key/copy-file-util ~~ MIT License
//! copy-file-util v1.2.1 ~~ https://github.com/center-key/copy-file-util ~~ MIT License

import chalk from 'chalk';
import fs from 'fs';
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "copy-file-util",
"version": "1.2.0",
"version": "1.2.1",
"description": "Copy or rename a file with optional package version number (CLI tool designed for use in npm package.json scripts)",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -85,14 +85,14 @@
},
"devDependencies": {
"@types/fancy-log": "~2.0",
"@types/node": "~20.11",
"@typescript-eslint/eslint-plugin": "~7.2",
"@typescript-eslint/parser": "~7.2",
"@types/node": "~20.12",
"@typescript-eslint/eslint-plugin": "~7.7",
"@typescript-eslint/parser": "~7.7",
"add-dist-header": "~1.4",
"assert-deep-strict-equal": "~1.2",
"eslint": "~8.57",
"eslint": "8.57.0",
"jshint": "~2.13",
"mocha": "~10.3",
"mocha": "~10.4",
"rimraf": "~5.0",
"run-scripts-util": "~1.2",
"typescript": "~5.4"
Expand Down

0 comments on commit e77687f

Please sign in to comment.