- retain package-lock.json, and drop ci change
This commit is contained in:
@@ -72,30 +72,12 @@ jobs:
|
|||||||
fromTag: "v0.0.1"
|
fromTag: "v0.0.1"
|
||||||
toTag: "v0.0.3"
|
toTag: "v0.0.3"
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Echo Complex Configuration Changelog
|
- name: Echo Complex Configuration Changelog
|
||||||
env:
|
env:
|
||||||
CHANGELOG: ${{ steps.complex_release.outputs.changelog }}
|
CHANGELOG: ${{ steps.complex_release.outputs.changelog }}
|
||||||
run: echo "CHANGELOG"
|
run: echo "CHANGELOG"
|
||||||
|
|
||||||
# Showcases a more complex configuration, providing a configuration, and specifically referencing owner, repo, from, to tag and base URL
|
|
||||||
- name: "Complex Configuration with base URL"
|
|
||||||
id: complex_release_baseurl
|
|
||||||
uses: ./
|
|
||||||
with:
|
|
||||||
configuration: "configs/configuration_complex.json"
|
|
||||||
owner: "mikepenz"
|
|
||||||
repo: "release-changelog-builder-action"
|
|
||||||
fromTag: "v0.0.1"
|
|
||||||
toTag: "v0.0.3"
|
|
||||||
baseUrl: "https://corp.globant.com/api/v3"
|
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
|
|
||||||
- name: Echo Complex Configuration With baseUrl Changelog
|
|
||||||
env:
|
|
||||||
CHANGELOG: ${{ steps.complex_release_baseurl.outputs.changelog }}
|
|
||||||
run: echo "CHANGELOG"
|
|
||||||
|
|
||||||
# Showcases the capability to generate the changelog for an external repository provided
|
# Showcases the capability to generate the changelog for an external repository provided
|
||||||
- name: "External Repo Configuration"
|
- name: "External Repo Configuration"
|
||||||
id: external_changelog
|
id: external_changelog
|
||||||
|
|||||||
+1300
-1303
File diff suppressed because it is too large
Load Diff
+1
-1
File diff suppressed because one or more lines are too long
Generated
+6804
-9
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user