Skip to content

Commit

Permalink
ready for stable release
Browse files Browse the repository at this point in the history
  • Loading branch information
abhijoshi2k committed Jul 23, 2021
1 parent 1f2d647 commit 7561af7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/post-release.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: Replace placeholders

on:
release:
types: [published]
branches:
- main
workflow_dispatch: # Allow manual trigger

jobs:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Note that the displayed date is in the format `dd-mm-yyyy`
[Older changelogs](#older-changelogs)

## [v0.1.0]
> **Released:** `23-07-2021`
> **Released:** `{TBA}`
### Initial development of Readme Replacer

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "readme-replacer",
"version": "0.1.0-rc4",
"version": "1.0.0",
"description": "Replace data from template repository with dynamic data",
"main": "src/app.js",
"scripts": {
Expand Down

0 comments on commit 7561af7

Please sign in to comment.