Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed Dec 24, 2021
1 parent e07b9ed commit 2d66326
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 4 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# CHANGELOG

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

> **Tags**
>
> - Features
> - Bug Fixes
> - Performance Improvements
> - Enhancements
> - Dependency Updates
> - Breaking Changes
> - Documentation
> - Internal
> - Unreleased
## v1.0.0 (2021-12-24)

- **Initial Release**: Github action to generate tar/zip archives
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Archiver
name: 'Action Archiver'
description: GitHub Action to generate archives
author: sibiraj-s

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "action-archiver",
"version": "0.0.0",
"version": "1.0.0",
"description": "Github action to generate tar/zip archives",
"author": "sibiraj-s",
"license": "MIT",
Expand Down

0 comments on commit 2d66326

Please sign in to comment.