Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ublue-os/cinnamon
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 178cd712838614865eac828089619e4ed288173d
Choose a base ref
..
head repository: ublue-os/cinnamon
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8bbc895c91f352bd13514ff25aa4280510f2edb5
Choose a head ref
Showing with 3 additions and 3 deletions.
  1. +1 −1 .github/workflows/build.yml
  2. +1 −1 .github/workflows/release-please.yml
  3. +1 −1 CHANGELOG.md
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -161,7 +161,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

# Sign container
- uses: sigstore/cosign-installer@v3.1.2
- uses: sigstore/cosign-installer@v3.2.0
if: github.event_name != 'pull_request'

- name: Sign container image
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -37,7 +37,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Generate ISO
uses: ublue-os/isogenerator@v2.1.3
uses: ublue-os/isogenerator@v2.2.0
id: isogenerator
with:
image-name: cinnamon
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 1.0.0 (2023-10-30)
## 1.0.0 (2023-11-14)


### Features