File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11'use strict'
2- const config = require ( 'conventional-changelog-conventionalcommits' ) ;
2+ import config from 'conventional-changelog-conventionalcommits' ;
33
44module . exports = config ( {
55 types : [
Original file line number Diff line number Diff line change 11'use strict'
2- const semver = require ( 'semver' ) ;
3- const core = require ( '@actions/core' ) ;
2+ import semver from 'semver' ;
3+ import core from '@actions/core' ;
44
55exports . preVersionGeneration = ( version ) => {
66 const { VERSION } = process . env ;
Original file line number Diff line number Diff line change 11'use strict'
2- const core = require ( '@actions/core' ) ;
3- const { exec} = require ( '@actions/exec' ) ;
2+ import core from '@actions/core' ;
3+ import { exec } from '@actions/exec' ;
44
55exports . preCommit = async ( props ) => {
66 core . startGroup ( `Bundling` ) ;
You can’t perform that action at this time.
0 commit comments