Skip to content

Commit

Permalink
fix(ci): dependent flows
Browse files Browse the repository at this point in the history
  • Loading branch information
Walheimat committed Jan 27, 2024
1 parent becbf1d commit d62daae
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 47 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/generate.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Verify
on:
push:
branches:
- feature/changelog
name: Release
on: [workflow_dispatch]

jobs:
changelog:
test:
uses: ./.github/workflows/verify.yaml
release:
needs: [test]
runs-on: ubuntu-latest
permissions:
contents: write
Expand All @@ -18,7 +18,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: "lts/*"
node-version: "20"

- name: "Install dependencies"
run: npm ci
Expand Down
8 changes: 5 additions & 3 deletions .github/workflows/verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ on:
push:
branches:
- trunk
- feature/changelog
paths-ignore:
- '.gitignore'
- 'CHANGELOG.md'
- 'README.org'
- .gitignore
- CHANGELOG.md
- README.org
workflow_call:

jobs:
test:
Expand Down
7 changes: 6 additions & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@
"changelogTitle": "# Changelog"
}
],
"@semantic-release/git"
[
"@semantic-release/git",
{
"assets": ["CHANGELOG.md", "bydi.el", "Cask", "Makefile"]
}
]
]
}
36 changes: 0 additions & 36 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,41 +1,5 @@
# Changelog

## [0.6.5](https://github.com/Walheimat/bydi/compare/v0.6.4...v0.6.5) (2024-01-27)


### Bug Fixes

* **ci:** branch name ([1295348](https://github.com/Walheimat/bydi/commit/1295348cf7e9677620235bb634d2c7298fe504d0))
* **ci:** configure changelog title ([93a30b6](https://github.com/Walheimat/bydi/commit/93a30b6294a810f094d6d9e65c07913aa05e19a1))
* **ci:** run as publish again ([13ff246](https://github.com/Walheimat/bydi/commit/13ff2467d4d565ceb7cd46ef33d093b5c65c9759))
* **ci:** run update during prepare ([af2cf73](https://github.com/Walheimat/bydi/commit/af2cf7380e260fdd50b6e0a1b3b3e1f89a1a960d))
* **ci:** update dinghy ([c23052e](https://github.com/Walheimat/bydi/commit/c23052e87df851eaf9096215ae44c3832392bf7a))


### Features

* **ci:** add exec to update version in files ([8774445](https://github.com/Walheimat/bydi/commit/87744458afac4375e1b7528f55f3c97b727855c6))

## [0.6.5](https://github.com/Walheimat/bydi/compare/v0.6.4...v0.6.5) (2024-01-27)


### Bug Fixes

* **ci:** branch name ([1295348](https://github.com/Walheimat/bydi/commit/1295348cf7e9677620235bb634d2c7298fe504d0))
* **ci:** configure changelog title ([93a30b6](https://github.com/Walheimat/bydi/commit/93a30b6294a810f094d6d9e65c07913aa05e19a1))
* **ci:** run update during prepare ([af2cf73](https://github.com/Walheimat/bydi/commit/af2cf7380e260fdd50b6e0a1b3b3e1f89a1a960d))
* **ci:** update dinghy ([c23052e](https://github.com/Walheimat/bydi/commit/c23052e87df851eaf9096215ae44c3832392bf7a))


### Features

* **ci:** add exec to update version in files ([8774445](https://github.com/Walheimat/bydi/commit/87744458afac4375e1b7528f55f3c97b727855c6))

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.6.4]

### Added
Expand Down

0 comments on commit d62daae

Please sign in to comment.