변경 로그 생성기
2025 단어 actionshackathon
내 워크플로우
이 작업 흐름은 저장소에changeloggenerator 패키지를 설치합니다
제출 범주:
기괴한 어댑터
Yaml 파일 또는 코드 링크
yaml 파일
name: Changelog generator
on:
workflow_dispatch:
home:
description: 'location'
required: false
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: '10.x'
- name: Install changelog generator package
run: |
npm install
npm install generate-changelog -D
코드에 링크https://github.com/chrissiemhrk/changelog-generator
Reference
이 문제에 관하여(변경 로그 생성기), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://dev.to/chrissiemhrk/changelog-generator-3gh0텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)