Skip to content

Commit

Permalink
Merge branch 'release-0.1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
jhotadhari committed Aug 7, 2023
2 parents 7d9df7c + 4ed868d commit 2f5594f
Show file tree
Hide file tree
Showing 27 changed files with 15,887 additions and 36,271 deletions.
46 changes: 46 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [0.1.0] - 2023-08-07
Customizable fields.

### Added
- Feature to customize the fields.
- New field type `bool`.
- The project does have a `CHANGELOG.md` now. The publish script automatically updates the `CHANGELOG.md`.

### Removed
- Feature `hideFields`. Because the fields itself are customizable now.

## [0.0.4] - 2023-07-23
Change github actions release

### Changed
- Change github actions to run when a tag `v**` is pushed.

### Fixed
- Fix github actions permissions. Use `${{ secrets.GITHUB_TOKEN }}`.

## [0.0.3] - 2023-07-23
Fix github actions release

### Fixed
- Fix github actions: remove prerelease, release directly instead.

## [0.0.2] - 2023-07-23
Add github publisher and actions. To build the releases for all platforms with github actions

### Added
- Add publisher-github, github actions, and change npm publish script.

## [0.0.1] - 2023-07-23
First version

[0.1.0]: https://github.com/jhotadhari/chroco/compare/v0.0.4...v0.1.0
[0.0.4]: https://github.com/jhotadhari/chroco/compare/v0.0.3...v0.0.4
[0.0.3]: https://github.com/jhotadhari/chroco/compare/v0.0.2...v0.0.3
[0.0.2]: https://github.com/jhotadhari/chroco/compare/v0.0.1...v0.0.2
[0.0.1]: https://github.com/jhotadhari/chroco/releases/tag/v0.0.1
4 changes: 4 additions & 0 deletions forge.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ module.exports = {
name: '@electron-forge/maker-rpm',
config: {},
},
{
name: '@electron-forge/maker-dmg',
config: {},
},
],
publishers: [
{
Expand Down
Loading

0 comments on commit 2f5594f

Please sign in to comment.