Skip to content

Release v1.0.0 #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions .changes/v1.0.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
## v1.0.0 (2023-06-15)

### Bug Fixes

- **action:** configure branding icon and color

- **action:** rename parameter `site-id` to `site`

- **action:** change case from snake_case to kebab-case

- **action:** unquote arguments

### Code Refactoring

- **action:** use pre-installed netlify-cli

### Dev Features

- **changelog:** configure changelog generator

- **github-workflow:** add workflows for automate releasing new version

- **taskfile:** add task files

### Documentations

- **readme:** update README.md

Full Changelog: [v1.0.0](https://github.com/ghacts/manual-deploy-to-netlify/commits/v1.0.0)
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Changelog

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

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

## v1.0.0 (2023-06-15)

### Bug Fixes

- **action:** configure branding icon and color

- **action:** rename parameter `site-id` to `site`

- **action:** change case from snake_case to kebab-case

- **action:** unquote arguments

### Code Refactoring

- **action:** use pre-installed netlify-cli

### Dev Features

- **changelog:** configure changelog generator

- **github-workflow:** add workflows for automate releasing new version

- **taskfile:** add task files

### Documentations

- **readme:** update README.md

Full Changelog: [v1.0.0](https://github.com/ghacts/manual-deploy-to-netlify/commits/v1.0.0)
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.0
1.0.0