3 Commits

Author SHA1 Message Date
github-actions[bot]
e320261983 chore(main): release 0.4.2 2024-06-22 18:43:37 +00:00
Hammy
e40721d345 build(release-please): try to course correct (#35)
"Never trust your past success, only your past failures"
- Hammy 2024
2024-06-22 19:42:59 +01:00
sgoudham
5f4a334a09 chore: release 0.4.2
Release-As: 0.4.2
2024-06-22 19:31:45 +01:00
5 changed files with 27 additions and 17 deletions

View File

@@ -22,12 +22,6 @@ jobs:
uses: "actions/upload-pages-artifact@v3"
with:
path: "dist/"
- name: Upload produced css
uses: actions/upload-artifact@v4
with:
name: css
path: "dist/"
release:
needs: "build"
@@ -41,16 +35,7 @@ jobs:
steps:
- name: "Release"
id: "release"
uses: "google-github-actions/release-please-action@v3"
with:
release-type: "simple"
draft: true
- name: Download a single artifact
uses: actions/download-artifact@v4
with:
name: css
path: "dist/"
uses: "googleapis/release-please-action@v4"
- name: Create tarball
if: ${{ steps.release.outputs.release_created }}

View File

@@ -0,0 +1,3 @@
{
".": "0.4.2"
}

View File

@@ -1,5 +1,17 @@
# Changelog
## [0.4.2](https://github.com/catppuccin/gitea/compare/v0.4.1...v0.4.2) (2024-06-22)
### Bug Fixes
* update to match userstyles style guide ([#24](https://github.com/catppuccin/gitea/issues/24)) ([66661f9](https://github.com/catppuccin/gitea/commit/66661f9eb5a9cb59d72564921441a70849444874))
### Miscellaneous Chores
* release 0.4.2 ([5f4a334](https://github.com/catppuccin/gitea/commit/5f4a334a094a65f68165de479ac486b3ce520ae3))
## [0.4.1](https://github.com/catppuccin/gitea/compare/v0.4.0...v0.4.1) (2023-08-24)

View File

@@ -0,0 +1,10 @@
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"last-release-sha": "cecfa246aa84e74e91e8bd8eb5add82734a35211",
"packages": {
".": {
"package-name": "",
"release-type": "simple"
}
}
}

View File

@@ -1 +1 @@
0.4.1
0.4.2