mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-08 01:10:03 +02:00
👷 Add a build pass to the CI
This commit is contained in:
parent
44bfa1ba76
commit
8cad805199
2 changed files with 7 additions and 2 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -20,6 +20,9 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: yarn --frozen-lockfile
|
||||
|
||||
- name: Build
|
||||
run: yarn build
|
||||
|
||||
- name: Test
|
||||
run: yarn test
|
||||
|
||||
|
|
|
@ -5,7 +5,9 @@ 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).
|
||||
|
||||
## [1.0.0-rc.4]
|
||||
## [Unreleased]
|
||||
|
||||
## [1.0.0-rc.5]
|
||||
|
||||
### Fixed
|
||||
|
||||
|
@ -68,7 +70,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
- Initial beta release
|
||||
|
||||
[1.0.0-rc.4]: https://github.com/pulse-browser/gluon/compare/v1.0.0-rc.3...v1.0.0-rc.4
|
||||
[1.0.0-rc.5]: https://github.com/pulse-browser/gluon/compare/v1.0.0-rc.3...v1.0.0-rc.4
|
||||
[1.0.0-rc.3]: https://github.com/pulse-browser/gluon/compare/v1.0.0-rc.2...v1.0.0-rc.3
|
||||
[1.0.0-rc.2]: https://github.com/pulse-browser/gluon/compare/v1.0.0-rc.1...v1.0.0-rc.2
|
||||
[1.0.0-rc.1]: https://github.com/pulse-browser/gluon/compare/v1.0.0-a.2...v1.0.0-rc.1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue