Skip to content

Commit

Permalink
Merge branch 'release/1.0.0-alpha.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
nekofar committed Jul 21, 2023
2 parents c3dd2e4 + b6a022e commit 174d7ca
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,3 @@ updates:
- "nekofar"
# Raise pull requests against the `develop` branch
target-branch: "develop"
# Specifying dependencies and versions to ignore
ignore:
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/[email protected]
with:
fetch-depth: 0

- name: Generate a changelog
uses: orhun/[email protected]
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

## [1.0.0-alpha.1] - 2023-07-21

### <!-- 07 -->Continuous Integrations

- Update checkout step in GitHub Actions
- Remove dependency ignore in `dependabot.yml` config file

## [1.0.0-alpha.0] - 2023-07-20

### <!-- 01 -->Features
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": "nextjs-lingui-starter",
"version": "1.0.0-alpha.0",
"version": "1.0.0-alpha.1",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit 174d7ca

Please sign in to comment.