文件名称:release-me-action:用于使用语义版本创建GitHub版本的GitHub操作
文件大小:505KB
文件格式:ZIP
更新时间:2024-03-04 07:26:48
TypeScript
释放我的动作 该操作使用在$GITHUB_WORKSPACE下创建检出的存储库的新发行版,执行以下任务: 根据“分析提交 (可选)省略基于所分析提交的创建或更新CHANGELOG.md文件的操作 (可选)增加NPM软件包的版本号 (可选)将工作流程生成的资产提交到存储库 (可选)将工作流程生成的资产添加到版本中 根据分析的提交创建GitHub版本 用法 steps : - env : # Credentials used to perform the release and commit the updated assets # to the repository. # Required: true GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} name : Release use
【文件预览】:
release-me-action-master
----.gitattributes(135B)
----.github()
--------dependabot.yaml(585B)
--------CODEOWNERS(157B)
--------workflows()
----commitlint.config.js(67B)
----action.yml(2KB)
----.prettierrc.yml(59B)
----rfcs()
--------RFC_TEMPLATE.md(4KB)
--------README.md(1KB)
----.prettierignore(40B)
----src()
--------utilities()
--------index.ts(2KB)
--------index.spec.ts(7KB)
----scripts()
--------build.sh(667B)
--------install-dependencies.sh(261B)
----tsconfig.production.json(644B)
----CONTRIBUTING.md(5KB)
----tsconfig.json(118B)
----LICENSE(1KB)
----__mocks__()
--------signale.ts(346B)
--------env-ci.ts(385B)
----README.md(10KB)
----decisions()
--------README.md(1KB)
--------DECISION_TEMPLATE.md(368B)
----jest.config.ts(530B)
----cSpell.json(669B)
----dist()
--------utilities()
--------index.d.ts.map(264B)
--------sourcemap-register.js(121KB)
--------index.d.ts(187B)
--------index.js.map(868KB)
--------index.js(248KB)
----.editorconfig(171B)
----.gitignore(606B)
----.eslintrc.yaml(378B)
----CHANGELOG.md(87KB)
----.eslintignore(9B)
----package-lock.json(578KB)
----package.json(3KB)